Color Cube in Filter
Uses a three-dimensional color table to transform the source image pixels. The color table must be composed of floating-point RGBA cells that use premultiplied alpha. The cells are organized in a standard ordering. The columns and rows of the data are indexed by red and green, respectively. Each data plane is followed by the next higher plane in the data, with planes indexed by blue.
Note that the image produced by this filter may have infinite dimensions. If this is the case, since Quartz Composer doesn’t know how to render such images, you will need to convert it to finite dimensions before rendering it – typically using the Image Crop patch.
Core Image filters might not produce any image if any of their image inputs are undefined. Be also aware that they expect coordinates expressed in image pixels and not in Quartz Composer units.
|
Input Attributes
|
Output Attributes
|