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

pub const DARK_OLIVEGREEN: Rgb = Rgb{r: 85 as f32 * ONE_OVER_256,
    g: 107 as f32 * ONE_OVER_256,
    b: 47 as f32 * ONE_OVER_256,}