Struct esp32_simple::color::Rgb
source · pub struct Rgb { /* private fields */ }Expand description
Represents an RGB color value.
§Fields
r- Red component of the color.g- Green component of the color.b- Blue component of the color.