ChannelMixerLayer.GetChannelByIndex

ChannelMixerLayer.GetChannelByIndex method

Gets the index of the channel by. Can return RgbMixerChannel or CmykMixerChannel

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

Return Value

MixerChannel

See Also