Type Definition color_thief::Color

source · []
pub type Color = RGB<u8>;
Expand description

8-bit RGB

The colorspace is techincally undefined, but generally sRGB is assumed.