$darkmode
Controls for color banding/quantization. More...
#include <postprocess.h>
Data Fields | |
| int32_t | mode |
| float | levels |
| float | dither_strength |
| float | perceptual_gamma |
| vec3 | channel_levels |
Controls for color banding/quantization.
| vec3 BandingParams::channel_levels |
Independent RGB levels.
| float BandingParams::dither_strength |
Intensity of the dither pattern.
| float BandingParams::levels |
Global quantization levels.
| int32_t BandingParams::mode |
Banding algorithm to use.
| float BandingParams::perceptual_gamma |
Gamma curve for perceptual mode.