Enum azure::azure_hl::LinearTransferAttribute [] [src]

pub enum LinearTransferAttribute {
    DisableR(bool),
    DisableG(bool),
    DisableB(bool),
    DisableA(bool),
    SlopeR(AzFloat),
    SlopeG(AzFloat),
    SlopeB(AzFloat),
    SlopeA(AzFloat),
    InterceptR(AzFloat),
    InterceptG(AzFloat),
    InterceptB(AzFloat),
    InterceptA(AzFloat),
}

Variants

Trait Implementations

impl Debug for LinearTransferAttribute
[src]

[src]

Formats the value using the given formatter.

impl FilterAttribute for LinearTransferAttribute
[src]

[src]