Home
last modified time | relevance | path

Searched refs:MODE_RGBA (Results 1 – 1 of 1) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/
H A DColorConverter.php18 const MODE_RGBA = 5; define in Mpdf\\Color\\ColorConverter
77 if ($c[0] == static::MODE_RGB || $c[0] == static::MODE_RGBA) {
106 if ($c[0] == static::MODE_RGB || $c[0] == static::MODE_RGBA) {
131 if ($c[0] == static::MODE_RGB || $c[0] == static::MODE_RGBA) {
170 if ($c[0] == static::MODE_RGBA) {
244 return [static::MODE_RGBA, $cores[0], $cores[1], $cores[2], $cores[3] * 100];
260 return [static::MODE_RGBA, $conv[0], $conv[1], $conv[2], $cores[3] * 100];
348 if (!in_array($color[0], [static::MODE_GRAYSCALE, static::MODE_SPOT, static::MODE_RGB, static::MODE_CMYK, static::MODE_RGBA, static::MODE_CMYKA])) {