Class CurvesContinuousManager

CurvesContinuousManager class

Manager for Curves Adjustment Layer that manipulates curves

public sealed class CurvesContinuousManager : CurvesManager

Constructors

NameDescription
CurvesContinuousManager(int)Initializes a new instance of the CurvesContinuousManager class.

Properties

NameDescription
MaxChannelCount { get; }Gets the maximum channel count.

Methods

NameDescription
AddCurvePoint(int, byte, byte)Adds the point of curve.
GetCurvePointByIndex(int, int)Gets the curve point by index.
GetCurvePointCount(int)Gets the curve point count.
RemoveCurvePoint(int, int)Removes the point of curve.
UpdateCurvePoint(int, int, byte, byte)Updates the point of curve.

See Also