Type Definition choreographer::RGB8[]

type RGB8 = RGB<u8>;
Expand description

The RGB8 type from the smart-leds crate 8-bit RGB

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