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

pub const LIGHT_YELLOW: Rgb = Rgb{r: 255 as f32 * ONE_OVER_256,
    g: 255 as f32 * ONE_OVER_256,
    b: 224 as f32 * ONE_OVER_256,}