See Also Examples Applies To
Returns a new image based on the Magenta channel of the CMYK color space of the native image.
Syntax
object.GetColorChannelFlagsM ()
The GetColorChannelFlagsM syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
Returns
Long.
0: The image could not created. Use the GetStat() method to determine the
reason this method failed.
Non-zero: An image object handle of the created image .
Remarks
According to Wikipedia, CMYK (short for cyan, magenta, yellow, and key) is a subtractive color model used in color printing.
This color model is based on mixing pigments of the following colors in order to make other colors:
* C = Cyan.
* M = Magenta.
* Y = Yellow.
* K = Key (Black).
CMYK is the standard color model used in offset printing for full-color documents. CMYK, or four-color printing, generates a good final printout with excellent contrast.
Category
Color Filters & Adjustments