Struct webview2_sys::Color [−][src]
A value representing RGBA color (Red, Green, Blue, Alpha) for WebView2. Each component takes a value from 0 to 255, with 0 being no intensity and 255 being the highest intensity.
Fields
a: BYTESpecifies the intensity of the Alpha ie. opacity value. 0 is transparent, 255 is opaque.
r: BYTESpecifies the intensity of the Red color
g: BYTESpecifies the intensity of the Green color
b: BYTESpecifies the intensity of the Blue color
Trait Implementations
impl StructuralEq for Color[src]
impl StructuralEq for Color[src]impl StructuralPartialEq for Color[src]
impl StructuralPartialEq for Color[src]Auto Trait Implementations
impl RefUnwindSafe for Color
impl RefUnwindSafe for Colorimpl UnwindSafe for Color
impl UnwindSafe for Color