RawColor.SetAsInt

RawColor.SetAsInt method

Sets data to all channels from int argument if it’s possible

public void SetAsInt(int value)
ParameterTypeDescription
valueInt32The int value that contains component data

Exceptions

exceptioncondition
ArgumentExceptionThe Bit Depth of Raw Color is {depth}. You can not set is as Int, pleae set the single channels data

See Also