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 | |
caFlags | |
caIlluminantIndex | |
caRedGamma | |
caGreenGamma | |
caBlueGamma | |
caReferenceBlack | |
caReferenceWhite | |
caContrast | |
caBrightness | |
caColorfulness | |
caRedGreenTint |
Trait Implementations
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