RgbChannelMixerLayer.GetChannelByIndex

RgbChannelMixerLayer.GetChannelByIndex method

Gets the index of the channel by. Returns RgbMixerChannel

public override MixerChannel GetChannelByIndex(int index)
ParameterTypeDescription
indexInt32The index.

Return Value

RgbMixerChannel

Exceptions

exceptioncondition
PsdImageArgumentExceptionRgbMixerChannelLayer has no more than 3 channels. Index of First channel is 0

See Also