Package com.google.android.filament
Class ToneMapper.Filmic
- java.lang.Object
-
- com.google.android.filament.ToneMapper
-
- com.google.android.filament.ToneMapper.Filmic
-
- Enclosing class:
- ToneMapper
public static class ToneMapper.Filmic extends ToneMapper
"Filmic" tone mapping operator. This tone mapper was designed to approximate the aesthetics of the ACES RRT + ODT for Rec.709 and historically Filament's default tone mapping operator. It exists only for backward compatibility purposes and is not otherwise recommended.
-
-
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 Filmic()
-
Method Summary
-
Methods inherited from class com.google.android.filament.ToneMapper
finalize, getNativeObject
-
-