[][src]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 Clone for TagSignature[src]

impl Copy for TagSignature[src]

impl Debug for TagSignature[src]

impl Eq for TagSignature[src]

impl Hash for TagSignature[src]

impl PartialEq<TagSignature> for TagSignature[src]

impl StructuralEq for TagSignature[src]

impl StructuralPartialEq for TagSignature[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.