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

pub const LIGHT_BLUE: Rgb = Rgb{r: 173 as f32 * ONE_OVER_256,
    g: 216 as f32 * ONE_OVER_256,
    b: 230 as f32 * ONE_OVER_256,}