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

'A2B0'

'A2B1'

'A2B2'

'bXYZ'

'bTRC'

'B2A0'

'B2A1'

'B2A2'

'calt'

'targ'

'chad'

'chrm'

'clro'

'clrt'

'clot'

'ciis'

'cprt'

'crdi'

'data'

'dtim'

'dmnd'

'dmdd'

'devs'

'D2B0'

'D2B1'

'D2B2'

'D2B3'

'B2D0'

'B2D1'

'B2D2'

'B2D3'

'gamt'

'kTRC'

'gXYZ'

'gTRC'

'lumi'

'meas'

'bkpt'

'wtpt'

'ncol' // Deprecated by the ICC

'ncl2'

'resp'

'rig0'

'pre0'

'pre1'

'pre2'

'desc'

'dscm'

'pseq'

'psid'

'psd0'

'psd1'

'psd2'

'psd3'

'ps2s'

'ps2i'

'rXYZ'

'rTRC'

'rig2'

'scrd'

'scrn'

'tech'

'bfd '

'vued'

'view'

'vcgt'

'meta'

'arts'

Trait Implementations

impl PartialEq<TagSignature> for TagSignature

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Copy for TagSignature

impl Debug for TagSignature

Formats the value using the given formatter. Read more

impl Eq for TagSignature

impl Hash for TagSignature

impl Clone for TagSignature

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more