vector ocio_transformviewreverse(string src, string display, string view, vector clr)
Transform a three-component color from the display/view.
vector4 ocio_transformviewreverse(string src, string display, string view, vector4 clr)
Transform a four-component color from the display/view.
src
The name of the color space to transform from.
display
The name of the display containing the desired view.
view
The view to use as the source to transform from.
clr
The color to transform.
Note
Transforming colors to a display/view (tonemapping) can be a lossy operation and is not always an invertable process.
See also | |
color | |
ocio |