ConvertConfig.RGBCurve Property
Definition
Namespace: P1.ImageSdk
Set the curve for rgb values as known from the curves tool in most image editors. The curve is defined as a vector of discreete coordinate pairs (x,y) that is interpolated.
public Point2D[] RGBCurve { get; set; }
Minimum |
(0.0,0.0) |
---|---|
Maximum |
(1.0,1.0) |
Default |
(0.0,0.0)-(1.0,1.0) |