RgbChannelMixerLayer.GetChannelByIndex
RgbChannelMixerLayer.GetChannelByIndex method
채널 인덱스를 가져옵니다. RgbMixerChannel 를 반환합니다.
public override MixerChannel GetChannelByIndex(int index)
모수 | 유형 | 설명 |
---|---|---|
index | Int32 | 색인. |
반환 값
예외
예외 | 상태 |
---|---|
PsdImageArgumentException | RgbMixerChannelLayer에는 3개 이하의 채널이 있습니다. 첫 번째 채널의 인덱스는 0입니다. |