Macros§
Structs§
- Color
- Color is a struct that represents a color.
Enums§
- Blend
Mode - blend mode enum
- Color
Space - Color space enum.
- Error
- Error info enum
Functions§
- blend
- Blends two colors using RGB channel-wise blend functions.
- contrast_
ratio - Computes the WCAG contrast ratio between two colors
- delta_e
- Computes color difference as developed by the International Commission on Illumination (CIE) in 2000.
- distance
- Computes the Euclidean distance between two colors in RGBA color space.
- distance_
with - Computes the Euclidean distance between two colors in a given color space.