Type Alias inferno::flamegraph::color::Color

source ·
pub type Color = RGB8;
Expand description

A re-export of RGB8 from the rgb crate.

Aliased Type§

struct Color {
    pub r: u8,
    pub g: u8,
    pub b: u8,
}

Fields§

§r: u8

Red

§g: u8

Green

§b: u8

Blue