Adjusts the channel balance of the bitmap.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public void ChannelBalance( float[] addends, float[] multipliers )
Type: System.Single[]
The array of integer values in range [-max, max] which will be added to appropriate channels of all pixels.max
is 255 (for non-extended pixel formats) or 65535 (for extended pixel formats).Type: System.Single[]
The array of float values in range [-1, 1] which will be multiplied with appropriate channels of all pixels. These values are normalized to 255 (for non-extended pixel formats) or 65535 (for extended pixel formats).