Struct RawToneCurve
Represents a raw image tone curve.
public struct RawToneCurve
- Inherited Members
Fields
CPoints
The number of tone curve points.
public int CPoints
Field Value
Properties
APoints
The array of tone curve points.
public RawToneCurvePoint[] APoints { get; }