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

pub const ALICE_BLUE: Rgb = Rgb{r: 240 as f32 * ONE_OVER_256,
    g: 248 as f32 * ONE_OVER_256,
    b: 255 as f32 * ONE_OVER_256,}