ColorChannelFlag Enumeration

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

Module: aspose.psd

Full Name: aspose.psd.ColorChannelFlag

Aspose.PSD Version: 24.4.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.