Converts an RGB color to its linearized form by applying the RGB gamma transfer function to each component of the color.
An object representing the RGB color with properties r, g, and b. Each property represents a color channel value in the range [0, 1].
r
g
b
A new RGBColor object with each color channel linearized using the gamma transfer function.
Converts an RGB color to its linearized form by applying the RGB gamma transfer function to each component of the color.