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.
pub struct Rgb { /* private fields */ }Represents an RGB color value.
r - Red component of the color.g - Green component of the color.b - Blue component of the color.