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

pub const LIGHT_CYAN: Rgb = Rgb{r: 224 as f32 * ONE_OVER_256,
    g: 255 as f32 * ONE_OVER_256,
    b: 255 as f32 * ONE_OVER_256,}