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

pub const SALMON: Rgb = Rgb{r: 250 as f32 * ONE_OVER_256,
    g: 128 as f32 * ONE_OVER_256,
    b: 114 as f32 * ONE_OVER_256,}