postprocessing - v7.0.0-beta.16
    Preparing search index...

    Enumeration ToneMapping

    An enumeration of tone mapping techniques.

    Index

    Enumeration Members

    ACES_FILMIC: 3

    ACES filmic tone mapping with a scale of 1.0/0.6.

    AGX: 4

    Filmic tone mapping based on Blender's implementation using rec 2020 primaries.

    CINEON: 2

    Optimized filmic operator by Jim Hejl and Richard Burgess-Dawson.

    CUSTOM: 6

    Custom tone mapping.

    This mode expects a custom implementation by modifying the tonemapping_pars_fragment shader chunk.

    LINEAR: 0

    No tone mapping, only exposure. Colors will be clamped to the output range.

    NEUTRAL: 5

    Neutral tone mapping by Khronos.

    REINHARD: 1

    Basic Reinhard tone mapping.