Enum pdf_extract::ColorSpace
[−]
[src]
pub enum ColorSpace {
DeviceGray,
DeviceRGB,
DeviceCMYK,
CalRGB(CalRGB),
CalGray(CalGray),
Lab(Lab),
Separation,
ICCBased(Vec<u8>),
}Variants
DeviceGrayDeviceRGBDeviceCMYKCalRGB(CalRGB)CalGray(CalGray)Lab(Lab)SeparationICCBased(Vec<u8>)
Trait Implementations
impl Clone for ColorSpace[src]
fn clone(&self) -> ColorSpace[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more