CurvesDiscreteManager.SetValueOfWholeChannel
CurvesDiscreteManager.SetValueOfWholeChannel method
设置整个通道的值。
public void SetValueOfWholeChannel(int channelIndex, byte[] channelValue)
范围 | 类型 | 描述 |
---|---|---|
channelIndex | Int32 | 通道索引。 |
channelValue | Byte[] | 渠道价值。 |
例外
例外 | (健康)状况 |
---|---|
PsdImageArgumentException | 要设置 Whole Channel 值,您应该使用长度为 256 的字节数组 |