ColorChannelFlagsfunction
Specifies individual channels in the CMYK (cyan, magenta, yellow, black) color space. This enumeration is used by the **GdipSetImageAttributesOutputChannel** function.
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.
Parameters
| Name | Description | |
|---|---|---|
ColorChannelFlagsC | 0 | |
ColorChannelFlagsM | 1 | |
ColorChannelFlagsY | 2 | |
ColorChannelFlagsK | 3 | |
ColorChannelFlagsLast | 4 |
Description
Thee ColorChannelFlags enumeration specifies individual channels in the CMYK (cyan, magenta, yellow, black) color space. This enumeration is used by the GdipSetImageAttributesOutputChannel function.
Reference
- Documented in Graphics/GdiPlus Flat Api/GdiPlus Enumerations.md
- Topic: GdiPlus Enumerations