Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DGradient.php50 $this->mpdf->gradients[$n]['colorspace'] = $colspace; //coons patch mesh
155 public function Gradient($x, $y, $w, $h, $type, $stops = [], $colorspace = 'RGB', $coords = '', $extend = '', $return = false, $is_mask = false)
163 if ($colorspace !== 'CMYK' && $colorspace !== 'Gray') {
164 $colorspace = 'RGB';
486 $this->mpdf->gradients[$n]['colorspace'] = $colorspace;
536 if ($colorspace === 'CMYK') {
538 } elseif ($colorspace === 'Gray') {
620 $g['colorspace']
141 Gradient($x, $y, $w, $h, $type, $stops = [], $colorspace = 'RGB', $coords = '', $extend = '', $return = false, $is_mask = false) global() argument
[all...]
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A DImageObject.cfc73 <cfset variables.imageInfo.colorspace = "">
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js.map1colorspace.js","webpack://pdfjs-dist/build/pdf.worker/src/core/annotation.js","webpack://pdfjs-dis…
H A Dpdf.worker.js23272 var colorspace = (0, _util.readUint32)(data, position + 3);
23274 switch (colorspace) {
23281 (0, _util.warn)('Unknown colorspace ' + colorspace);