ColorChannelFlag Enumeration

Specifies individual channels in the CMYK (cyan, magenta, yellow, black) color space. This enumeration is used by the SetOutputChannel methods.

Module: aspose.imaging

Full Name: aspose.imaging.ColorChannelFlag

Aspose.Imaging Version: 24.5.0

Members

Member nameDescription
COLOR_CHANNEL_CThe cyan color channel.
COLOR_CHANNEL_KThe black color channel.
COLOR_CHANNEL_LASTThe last selected channel should be used.
COLOR_CHANNEL_MThe magenta color channel.
COLOR_CHANNEL_YThe yellow color channel.