C++ Transforms¶Typically only needed when creating and/or manipulating configurations
ASC_SOP Slope, offset, power: out = clamp( (in * slope) + offset ) ^ power
ASC_SAT
Metadata These do not affect the image processing, but are often useful for pipeline purposes and are included in the serialization.
Convenience functions to get the mtx and offset corresponding to higher-level concepts Note These can throw an exception if for any component oldmin == oldmax. (divide by 0)
|