Struct winapi::um::wingdi::COLORADJUSTMENT
source · #[repr(C)]pub struct COLORADJUSTMENT {
pub caSize: WORD,
pub caFlags: WORD,
pub caIlluminantIndex: WORD,
pub caRedGamma: WORD,
pub caGreenGamma: WORD,
pub caBlueGamma: WORD,
pub caReferenceBlack: WORD,
pub caReferenceWhite: WORD,
pub caContrast: SHORT,
pub caBrightness: SHORT,
pub caColorfulness: SHORT,
pub caRedGreenTint: SHORT,
}
Fields§
§caSize: WORD
§caFlags: WORD
§caIlluminantIndex: WORD
§caRedGamma: WORD
§caGreenGamma: WORD
§caBlueGamma: WORD
§caReferenceBlack: WORD
§caReferenceWhite: WORD
§caContrast: SHORT
§caBrightness: SHORT
§caColorfulness: SHORT
§caRedGreenTint: SHORT
Trait Implementations§
source§impl Clone for COLORADJUSTMENT
impl Clone for COLORADJUSTMENT
source§fn clone(&self) -> COLORADJUSTMENT
fn clone(&self) -> COLORADJUSTMENT
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for COLORADJUSTMENT
impl Default for COLORADJUSTMENT
source§fn default() -> COLORADJUSTMENT
fn default() -> COLORADJUSTMENT
Returns the “default value” for a type. Read more