ChannelBalance.Multipliers Property

Gets or sets an array of multipliers.

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

Syntax

C#
public float[] Multipliers { get; set; }

Property Value

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).

Remarks

Note

If the length of this array is less than the number of channels in the target image, the rest channels will be unchanged. If there are more array entries than channels in the target image, all extra entries will be ignored.

See Also

Reference