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

pub const CORAL: Rgb = Rgb{r: 255 as f32 * ONE_OVER_256,
    g: 127 as f32 * ONE_OVER_256,
    b: 80 as f32 * ONE_OVER_256,}