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

pub const MEDIUM_TURQUOISE: Rgb = Rgb{r: 72 as f32 * ONE_OVER_256,
    g: 209 as f32 * ONE_OVER_256,
    b: 204 as f32 * ONE_OVER_256,}