This documentation is for the old version. Go to the latest Graphics Mill docs

ChannelBalance Constructor (Single[])

Creates and initializes ChannelBalance class instance.

Namespace: Aurigma.GraphicsMill.Transforms
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Sub New ( _
	levels As Single() _
)
C#
public ChannelBalance(
	float[] levels
)

Parameters

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.

See Also

Reference