Package com.google.android.filament
Class ToneMapper.ACESLegacy
- java.lang.Object
-
- com.google.android.filament.ToneMapper
-
- com.google.android.filament.ToneMapper.ACESLegacy
-
- Enclosing class:
- ToneMapper
public static class ToneMapper.ACESLegacy extends ToneMapper
ACES tone mapping operator, modified to match the perceived brightness of FilmicToneMapper. This operator is the same as ACESToneMapper but applies a brightness multiplier of ~1.6 to the input color value to target brighter viewing environments.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.android.filament.ToneMapper
ToneMapper.ACES, ToneMapper.ACESLegacy, ToneMapper.Filmic, ToneMapper.Generic, ToneMapper.Linear
-
-
Constructor Summary
Constructors Constructor Description ACESLegacy()
-
Method Summary
-
Methods inherited from class com.google.android.filament.ToneMapper
finalize, getNativeObject
-
-