Initializes a new instance of the Lut class using the specified collection of points.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public Lut( ICollection<Point> points, LutInterpolationMode interpolationMode )
Type: System.Collections.Generic.ICollection<Point>
A [System.Collections.Generic.ICollection{System.Drawing.Point}] of Point to initialize this Lut with.Type: Aurigma.GraphicsMill.Transforms.LutInterpolationMode
A LutInterpolationMode used to connect LUT points. You can change it later using the InterpolationMode property.