bn::blending_transparency_bottom_weight_manager class

Manages the weight of the transparency blending for the bottom layer.

Public static functions

static auto get() -> fixed
Returns the weight of the transparency blending for the bottom layer, with 0 being fully transparent and 1 being fully visible.
static void set(fixed transparency_bottom_weight)
Sets the weight of the transparency blending for the bottom layer, with 0 being fully transparent and 1 being fully visible.

Function documentation

static void bn::blending_transparency_bottom_weight_manager::set(fixed transparency_bottom_weight)

Sets the weight of the transparency blending for the bottom layer, with 0 being fully transparent and 1 being fully visible.

Parameters
transparency_bottom_weight Transparency weight in the range [0..1].

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