Enum lcms2::TagSignature
[−]
#[repr(u32)]pub enum TagSignature { AToB0Tag, AToB1Tag, AToB2Tag, BlueColorantTag, BlueTRCTag, BToA0Tag, BToA1Tag, BToA2Tag, CalibrationDateTimeTag, CharTargetTag, ChromaticAdaptationTag, ChromaticityTag, ColorantOrderTag, ColorantTableTag, ColorantTableOutTag, ColorimetricIntentImageStateTag, CopyrightTag, CrdInfoTag, DataTag, DateTimeTag, DeviceMfgDescTag, DeviceModelDescTag, DeviceSettingsTag, DToB0Tag, DToB1Tag, DToB2Tag, DToB3Tag, BToD0Tag, BToD1Tag, BToD2Tag, BToD3Tag, GamutTag, GrayTRCTag, GreenColorantTag, GreenTRCTag, LuminanceTag, MeasurementTag, MediaBlackPointTag, MediaWhitePointTag, NamedColorTag, NamedColor2Tag, OutputResponseTag, PerceptualRenderingIntentGamutTag, Preview0Tag, Preview1Tag, Preview2Tag, ProfileDescriptionTag, ProfileDescriptionMLTag, ProfileSequenceDescTag, ProfileSequenceIdTag, Ps2CRD0Tag, Ps2CRD1Tag, Ps2CRD2Tag, Ps2CRD3Tag, Ps2CSATag, Ps2RenderingIntentTag, RedColorantTag, RedTRCTag, SaturationRenderingIntentGamutTag, ScreeningDescTag, ScreeningTag, TechnologyTag, UcrBgTag, ViewingCondDescTag, ViewingConditionsTag, VcgtTag, MetaTag, ArgyllArtsTag, }
Variants
AToB0Tag
'A2B0'
AToB1Tag
'A2B1'
AToB2Tag
'A2B2'
BlueColorantTag
'bXYZ'
BlueTRCTag
'bTRC'
BToA0Tag
'B2A0'
BToA1Tag
'B2A1'
BToA2Tag
'B2A2'
CalibrationDateTimeTag
'calt'
CharTargetTag
'targ'
ChromaticAdaptationTag
'chad'
ChromaticityTag
'chrm'
ColorantOrderTag
'clro'
ColorantTableTag
'clrt'
ColorantTableOutTag
'clot'
ColorimetricIntentImageStateTag
'ciis'
CopyrightTag
'cprt'
CrdInfoTag
'crdi'
DataTag
'data'
DateTimeTag
'dtim'
DeviceMfgDescTag
'dmnd'
DeviceModelDescTag
'dmdd'
DeviceSettingsTag
'devs'
DToB0Tag
'D2B0'
DToB1Tag
'D2B1'
DToB2Tag
'D2B2'
DToB3Tag
'D2B3'
BToD0Tag
'B2D0'
BToD1Tag
'B2D1'
BToD2Tag
'B2D2'
BToD3Tag
'B2D3'
GamutTag
'gamt'
GrayTRCTag
'kTRC'
GreenColorantTag
'gXYZ'
GreenTRCTag
'gTRC'
LuminanceTag
'lumi'
MeasurementTag
'meas'
MediaBlackPointTag
'bkpt'
MediaWhitePointTag
'wtpt'
NamedColorTag
'ncol' // Deprecated by the ICC
NamedColor2Tag
'ncl2'
OutputResponseTag
'resp'
PerceptualRenderingIntentGamutTag
'rig0'
Preview0Tag
'pre0'
Preview1Tag
'pre1'
Preview2Tag
'pre2'
ProfileDescriptionTag
'desc'
ProfileDescriptionMLTag
'dscm'
ProfileSequenceDescTag
'pseq'
ProfileSequenceIdTag
'psid'
Ps2CRD0Tag
'psd0'
Ps2CRD1Tag
'psd1'
Ps2CRD2Tag
'psd2'
Ps2CRD3Tag
'psd3'
Ps2CSATag
'ps2s'
Ps2RenderingIntentTag
'ps2i'
RedColorantTag
'rXYZ'
RedTRCTag
'rTRC'
SaturationRenderingIntentGamutTag
'rig2'
ScreeningDescTag
'scrd'
ScreeningTag
'scrn'
TechnologyTag
'tech'
UcrBgTag
'bfd '
ViewingCondDescTag
'vued'
ViewingConditionsTag
'view'
VcgtTag
'vcgt'
MetaTag
'meta'
ArgyllArtsTag
'arts'
Trait Implementations
impl PartialEq<TagSignature> for TagSignature
fn eq(&self, __arg_0: &TagSignature) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
This method tests for !=
.
impl Copy for TagSignature
impl Debug for TagSignature
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl Eq for TagSignature
impl Hash for TagSignature
impl Clone for TagSignature
fn clone(&self) -> TagSignature
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