Back to Filament

CONFIG_SRGB_COLORSPACE

docs/android/dokka/filament-android/com.google.android.filament/-swap-chain-flags/-c-o-n-f-i-g_-s-r-g-b_-c-o-l-o-r-s-p-a-c-e.md

1.75.0735 B
Original Source

//filament-android/com.google.android.filament/SwapChainFlags/CONFIG_SRGB_COLORSPACE

CONFIG_SRGB_COLORSPACE

[main]
val CONFIG_SRGB_COLORSPACE: Long = 16

Indicates that the SwapChain must automatically perform linear to sRGB encoding. This flag is ignored if isSRGBSwapChainSupported() is false. When using this flag, post-processing should be disabled.

See also

SwapChain
View