ChannelBalance.Addends Property

Gets or sets an array of addends.

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

Syntax

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

Property Value

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

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