Code: Select all
ColorCMYK cmkyColor = new ColorCMYK(255, 0, 0, 0, 255);
MagickColor thisColor = cmkyColor.ToMagickColor();
Is there a step I am missing?
Sorry if this question has already been asked. All of the posts I have came across dealt with changing the colorspace of an image, whereas I do not have an image and need to just convert a color.