threshold
The brightness threshold for bloom activation.
Declaration
var threshold: FloatDiscussion
Only pixels with luminance values above this threshold will contribute to the bloom effect. The value is typically in the range [0.0, 1.x]:
0.0makes all pixels contribute to bloom1.0standard threshold for HDR content (default)>1only very bright highlights will bloom
Higher thresholds create more selective bloom that only affects the brightest elements in the scene.