Quantcast
Channel: magick Discussions Rss Feed
Viewing all articles
Browse latest Browse all 3693

New Post: cmyk image with only tones of black color

$
0
0
Color.Cyan is a RGB color (#00FFFF). There is no conversion from RGB to CMYK when you assign Color.Cyan to a ColorCMYK. You should use the constructor of ColorCMYK that allows you to specify the values of each channel:
var color = new CMYKColor(Quantum.Max, 0, 0, 0);

Viewing all articles
Browse latest Browse all 3693

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>