bn::blending_intensity_alpha_manager class

Manages the weight of the intensity blending.

Public static functions

static auto get() -> fixed
Returns the weight of the intensity blending, with 0 being disabled and 1 being fully applied.
static void set(fixed intensity_alpha)
Sets the weight of the intensity blending, with 0 being disabled and 1 being fully applied.

Function documentation

static void bn::blending_intensity_alpha_manager::set(fixed intensity_alpha)

Sets the weight of the intensity blending, with 0 being disabled and 1 being fully applied.

Parameters
intensity_alpha Intensity weight in the range [0..1].

Keep in mind that intensity and fade blendings can't be enabled at the same time.