Detect whether T is an RGB color.
Convert a value to gamma compressed space.
Convert a color to gamma space.
Convert a value from gamma compressed space to linear.
Convert a color to linear space.
An RGB color, parameterised with components, component type, and color space specification.
This module implements the RGB _color type.
RGB is the most common expression of colors used in computing, where a _color is specified as some amount of red, green and blue primaries.
RGB is highly parametric, and comes in many shapes and sizes, with the most common being sRGB, which is conventionally used on computer monitors, and standard for use on the web.
RGB colors require the RGB _color space parameters to be defined to be considered 'absolute' colors.