Creates and initializes ChannelBalance class instance.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub New ( _ levels As Single() _ )
public ChannelBalance( float[] levels )
Type: System.Single []
Each entry of array is a value varying in range [-1, 1]. According to number bits per channel, these values are normalized either to 255 (for non-extended pixel formats) or 65535 (for extended pixel formats). Can be modified later through the property Levels.