curvesData
Color values that determine the color curves transform.
Declaration
var curvesData: Data { get set }Discussion
Create the curves data as an NSData object containing a sequence of single-precision RGB values. These values represent a lookup table that’s applied to the input image.
Core Image unpremultiplies the image before applying the effect, and premultiplies the result after applying the effect.