ProtectedconstructorOptionalisInternalConstructor: booleanDetermines the distance that bloom spreads light. A value of 1 will spread ligh across the entire image.
Determines the intensity of the bloom effect. Ideally should be in [0, 4] range but higher values are allowed.
Enables or disables the bloom effect.
Quality of the bloom effect. High quality uses a full resolution input, low quality uses a half resolution input, default is high.
Determines the minimal threshold of pixel luminance to be included in the bloom calculations. Any pixel with luminance below this value will be ignored for the purposes of bloom. The value represents luminance after it is scaled by exposure. Set to zero or negative to disable the threshold and include all pixels in the calculations.
Marks the object as dirty.
Flags specifying what kind of member was changed.
Allows modifying this object multiple times in a row in a scope, without marking the object dirty immediately. Dirty flags are accumulated and the object is marked dirty at the end.
The scope where the object is modified.
Class that notifies its parent
ManagedSettignsorManagedSubSettingsobject when one of its members changes.