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

pub const GREEN_YELLOW: Rgb = Rgb{r: 173 as f32 * ONE_OVER_256,
    g: 255 as f32 * ONE_OVER_256,
    b: 47 as f32 * ONE_OVER_256,}