Struct epaint::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: f32hue 0-1
s: f32saturation 0-1
v: f32value 0-1, in gamma-space (~perceptually even)
a: f32alpha 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
