Home
last modified time | relevance | path

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

/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/libraries/vendor/smottt/wideimage/lib/WideImage/
H A DTrueColorImage.php119 public function asPalette($nColors = 255, $dither = null, $matchPalette = true) argument
137 if ($matchPalette == true && function_exists('imagecolormatch')) {
H A DPaletteImage.php68 public function asPalette($nColors = 255, $dither = null, $matchPalette = true) argument
H A DImage.php930 …* @param bool $matchPalette Set to true to use imagecolormatch() to match the resulting palette mo…
933 abstract public function asPalette($nColors = 255, $dither = null, $matchPalette = true); argument
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dmergecmapped.cpp62 TPalette *matchPalette = in mergeCmapped() local
81 mergePalette(palette, indexTable, matchPalette, usedStyles); in mergeCmapped()
84 matchPalette = palette; in mergeCmapped()
136 TRop::overlayCmapped(r, matchRas, palette, matchPalette, usedColors); in mergeCmapped()
H A Dmatchline.cpp83 TPalette *matchPalette = in doMatchlines() local
148 TRop::applyMatchLines(r, matchRas, palette, matchPalette, inkIndex, in doMatchlines()
184 palette->setStyle(it->second, matchPalette->getStyle(it->first)->clone()); in doMatchlines()