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

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