Macrosยง
- define_colors ๐
Structsยง
- Grayscale colors.
- Grayscale colors + alpha channel
- RGB colors.
- RGB colors + alpha channel
Enumsยง
- An enumeration over supported color types and bit depths
- An enumeration of color types encountered in image formats.
Constantsยง
- SRGB_LUMA ๐Coefficients to transform from sRGB to a CIE Y (luminance) value.
- SRGB_LUMA_DIV ๐
Traitsยง
- Blend ๐Blends a color inter another one
- Provides color conversions for the different pixel types.
- Convert from one pixel component type to another. For example, convert from
u8
tof32
pixel values. - IntoColor ๐Copy-based conversions to target pixel types using
FromColor
. - Invert ๐Invert a color
Functionsยง
- rgb_to_luma ๐