bn::blending_intensity_alpha_toggle_action class

Changes the weight of the intensity blending when the action is updated a given number of times.

Base classes

template<typename Property, class PropertyManager>
class toggle_template_action<fixed, blending_intensity_alpha_manager>
Changes the property when the action is updated a given number of times.

Constructors, destructors, conversion operators

blending_intensity_alpha_toggle_action(int duration_updates, fixed new_intensity_alpha)
Constructor.

Public functions

auto new_intensity_alpha() const -> fixed
Returns the weight of the intensity blending when the action is updated the given number of times.

Function documentation

bn::blending_intensity_alpha_toggle_action::blending_intensity_alpha_toggle_action(int duration_updates, fixed new_intensity_alpha)

Constructor.

Parameters
duration_updates How much times the action has to be updated to change the weight of the intensity blending.
new_intensity_alpha New weight of the intensity blending when the action is updated duration_updates times.

This weight must be in the range [0..1].

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