Type Definition ws2812_esp32_rmt_driver::RGB8
pub type RGB8 = RGB<u8>;
Available on crate feature
smart-leds-trait
only.Expand description
8-bit RGB
The colorspace is techincally undefined, but generally sRGB is assumed.