Constant glm_color::rgb::consts::PERU [] [src]

pub const PERU: Rgb = Rgb{r: 205 as f32 * ONE_OVER_256,
    g: 133 as f32 * ONE_OVER_256,
    b: 63 as f32 * ONE_OVER_256,}