CurvesDiscreteManager.SetValueOfWholeChannel

CurvesDiscreteManager.SetValueOfWholeChannel method

Sets the value of whole channel.

public void SetValueOfWholeChannel(int channelIndex, byte[] channelValue)
ParameterTypeDescription
channelIndexInt32Index of the channel.
channelValueByte[]The channel value.

Exceptions

exceptioncondition
PsdImageArgumentExceptionTo set Whole Channel value you should use byte array with length = 256

See Also