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

pub const ORANGE: Rgb = Rgb{r: 255 as f32 * ONE_OVER_256,
    g: 165 as f32 * ONE_OVER_256,
    b: 0 as f32 * ONE_OVER_256,}