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

pub const DEEP_PINK: Rgb = Rgb{r: 255 as f32 * ONE_OVER_256,
    g: 20 as f32 * ONE_OVER_256,
    b: 147 as f32 * ONE_OVER_256,}