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

pub const SEA_GREEN: Rgb = Rgb{r: 46 as f32 * ONE_OVER_256,
    g: 139 as f32 * ONE_OVER_256,
    b: 87 as f32 * ONE_OVER_256,}