Back to Filament

AgxLook

docs/android/dokka/filament-android/com.google.android.filament/-tone-mapper/-agx/-agx-look/index.md

1.75.01.4 KB
Original Source

//filament-android/com.google.android.filament/ToneMapper/Agx/AgxLook

AgxLook

[main]
enum AgxLook

Entries

NONE[main]
NONE
Base contrast with no look applied
PUNCHY[main]
PUNCHY
A punchy and more chroma laden look for sRGB displays
GOLDEN[main]
GOLDEN
A golden tinted, slightly washed look for BT.1886 displays

Functions

NameSummary
valueOf[main]
open fun valueOf(name: String): ToneMapper.Agx.AgxLook
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
values[main]
open fun values(): Array<ToneMapper.Agx.AgxLook>
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.