ChannelType

enum ChannelType : Enum<ChannelType>

ChannelType is used as an argument when doing color separations. Use ChannelType when extracting a layer from an image. MatteChannel is useful for extracting the opacity values from an image. Note that an image may be represented in RGB, RGBA, CMYK, or CMYKA, pixel formats and a channel may only be extracted if it is valid for the current pixel format.

Entries

Link copied to clipboard
DefaultChannels(134217727)
Link copied to clipboard
SyncChannels(131072)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
AllChannels(134217727)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Extract matte (opacity values) channel (CMYKA images only)

Link copied to clipboard
Link copied to clipboard

Extract black channel (CMYK images only)

Link copied to clipboard

Extract yellow channel (CMYK images only)

Link copied to clipboard
Link copied to clipboard

Extract blue channel (RGB images only)

Link copied to clipboard
Link copied to clipboard

Extract magenta channel (CMYK images only)

Link copied to clipboard

Extract green channel (RGB images only)

Link copied to clipboard
Link copied to clipboard

Extract cyan channel (CMYK images only)

Link copied to clipboard
Link copied to clipboard

Extract red channel (RGB images only)

Link copied to clipboard

Unset value.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int