Back to Filament

quality

docs/android/dokka/filament-android/com.google.android.filament/-view/-bloom-options/quality.md

1.75.0722 B
Original Source

//filament-android/com.google.android.filament/View/BloomOptions/quality

quality

[main]
open var quality: View.QualityLevel

Bloom quality level.

  • LOW (default): use a more optimized down-sampling filter, however there can be artifacts with dynamic resolution, this can be alleviated by using the homogenous mode.
  • MEDIUM: Good balance between quality and performance.
  • HIGH: In this mode the bloom resolution is automatically increased to avoid artifacts. This mode can be significantly slower on mobile, especially at high resolution. This mode greatly improves the anamorphic bloom.