Module color

Source
Expand description

Color utils.

Functionsยง

css_srgb_color_to_linear
Converts a CSS style sRGB color into a Vec4.
f32_to_u8
linear_xfer_f16
Applies a linear transfer function to a 16-bit floating-point color component.
linear_xfer_f32
Applies a linear transfer function to a 32-bit floating-point color component.
linear_xfer_u8
Applies a linear transfer function to an 8-bit unsigned integer color component.
linear_xfer_u16
Applies a linear transfer function to a 16-bit unsigned integer color component.
linear_xfer_vec4
Applies a linear transfer function to each component of a Vec4.
opto_xfer_u8
Applies an optical transfer function to an 8-bit unsigned integer color component.
rgb_hex_color
Converts an RGB hex color.
u8_to_f32
u16_to_u8