Enum gfx_smaa::ToneMappingFunction[][src]

pub enum ToneMappingFunction {
    AcesNormalized,
}

Which tone mapping function to use. Currently, only one such function is supported, but more may be added in the future.

Variants

Use the equation from https://knarkowicz.wordpress.com/2016/01/06/aces-filmic-tone-mapping-curve

Auto Trait Implementations