ColorAdjustmentProvider.ApplyLut Method

Performs intensity transformation of the bitmap using the specified look-up table (LUT).

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

Syntax

C#
public void ApplyLut(
	Lut lut
)

Parameters

lut

Type: Aurigma.GraphicsMill.Transforms.Lut

A Lut which specifies a look-up table for this LUT transform.

See Also

Reference