Struct egui::color::HsvaGamma [−][src]
Expand description
Like Hsva but with the v
value (brightness) being gamma corrected
so that it is somewhat perceptually even.
Fields
h: f32
hue 0-1
s: f32
saturation 0-1
v: f32
value 0-1, in gamma-space (~perceptually even)
a: f32
alpha 0-1. A negative value signifies an additive color (and alpha is ignored).
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HsvaGamma
impl UnwindSafe for HsvaGamma
Blanket Implementations
Mutably borrows from an owned value. Read more