Skip to main content

Crate colorgram

Crate colorgram 

Source

Structs§

Color
A structure representing an extracted color, its HSL equivalent, and its prevalence in the image.
Hsl
Represents a color in the HSL (Hue, Saturation, Lightness) color space.
Rgb
Represents a color in the RGB (Red, Green, Blue) color space.

Functions§

extract
Extracts a palette of dominant colors from an image buffer.