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

ColorAdjustmentProvider.ApplyLut Method (Boolean[], Lut)

Applies tone correction using specified look-up table (LUT).

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

Syntax

Visual Basic
Public Sub ApplyLut ( _
	channels As Boolean(), _
	lut As Lut _
)
C#
public void ApplyLut(
	bool[] channels,
	Lut lut
)

Parameters

channels

Type: System.Boolean []

Array of flags specifying what channels to apply effect at. If array item is true, transform will be applied at channel with appropriate index. Otherwise this channel is skipped.
lut

Type: Aurigma.GraphicsMill.Transforms.Lut

Lut class instance which specifies look-up table for this LUT transform.

Remarks

You can also use ApplyLut class to apply this correction.

See Also

Reference