Color separation: Difference between revisions

→‎{{header|Wren}}: Adjusted size of displayed images.
(Added Wren)
(→‎{{header|Wren}}: Adjusted size of displayed images.)
Line 117:
 
var Game = ColorSeparationRGB.new()</syntaxhighlight>
[[File:Wren-color-separation-rgb.png|800px|thumb|center]]
 
Next the script for the CMY model with the original image shown first.
Line 160:
 
var Game = ColorSeparationCMY.new()</syntaxhighlight>
[[File:Wren-color-separation-cmy.png|800px|thumb|center]]
 
Finally, the script for the CMYK model with the original image shown first, in the top row.
Line 223:
 
var Game = ColorSeparationCMYK.new()</syntaxhighlight>
[[File:Wren-color-separation-cmyk.png|800px|thumb|center]]
9,490

edits