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

pub const HOT_PINK: Rgb = Rgb{r: 255 as f32 * ONE_OVER_256,
    g: 105 as f32 * ONE_OVER_256,
    b: 180 as f32 * ONE_OVER_256,}