Lut Class

Represents a look-up table (LUT) used for intensity transformation.

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

Syntax

C#
public sealed class Lut : IDisposable

Remarks

Look-up tables are used in most tone correction algorithms. LUT defines a "luminosity function", in other words, a rule which translate channel luminosity to another value. This class defines this function as an array of points and interpolation algorithm.

Inheritance Hierarchy

System.Object
L Aurigma.GraphicsMill.Transforms.Lut

Thread Safety

Static members of this type are not safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

See Also

Reference