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

pub const LIGHT_GREEN: Rgb = Rgb{r: 144 as f32 * ONE_OVER_256,
    g: 238 as f32 * ONE_OVER_256,
    b: 144 as f32 * ONE_OVER_256,}