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

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