CmykChannelMixerLayer.GetChannelByIndex

CmykChannelMixerLayer.GetChannelByIndex method

Gets the index of the channel by. Returns CmykMixerChannel

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

Return Value

CmykMixerChannel

Exceptions

exceptioncondition
PsdImageArgumentExceptionCmykMixerChannelLayer has no more than 4 channels. Index of First channel is 0

See Also