sRGBTransferEOTF

Last modified: Feb 4, 2025

Converts the given color value from sRGB to linear-sRGB color space.

ParameterTypeDefault Value
colorNode<vec3>

Returns

Node<vec3>

sRGBTransferOETF

Converts the given color value from linear-sRGB to sRGB color space.

ParameterTypeDefault Value
colorNode<vec3>

Returns

Node<vec3>