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

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