Struct winapi::wingdi::COLORADJUSTMENT [] [src]

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

impl Debug for COLORADJUSTMENT
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for COLORADJUSTMENT
[src]

impl Clone for COLORADJUSTMENT
[src]

fn clone(&self) -> COLORADJUSTMENT

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more