Enum lcms2_sys::ffi::StageSignature [] [src]

#[repr(u32)]
pub enum StageSignature { CurveSetElemType, MatrixElemType, CLutElemType, BAcsElemType, EAcsElemType, XYZ2LabElemType, Lab2XYZElemType, NamedColorElemType, LabV2toV4, LabV4toV2, IdentityElemType, Lab2FloatPCS, FloatPCS2Lab, XYZ2FloatPCS, FloatPCS2XYZ, ClipNegativesElemType, }

Variants

'cvst'

'matf'

'clut'

'bACS'

'eACS'

Custom from here, not in the ICC Spec 'l2x '

'x2l '

'ncl '

'2 4 '

'4 2 '

Identities 'idn '

Float to floatPCS 'd2l '

'l2d '

'd2x '

'x2d '

'clp '

Trait Implementations

impl Copy for StageSignature
[src]

impl Clone for StageSignature
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for StageSignature
[src]

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

This method tests for !=.

impl Eq for StageSignature
[src]

impl Hash for StageSignature
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for StageSignature
[src]

Formats the value using the given formatter.