class
#include <bn_blending_fade_alpha.h>
blending_fade_alpha Manages the attributes to commit to the GBA fade blending register.
Constructors, destructors, conversion operators
- blending_fade_alpha() defaulted constexpr
- Default constructor.
- blending_fade_alpha(fixed value) explicit constexpr
- Constructor.
Public functions
Friends
-
auto operator==(const blending_
fade_ alpha& a, const blending_ fade_ alpha& b) -> bool defaulted constexpr - Default equal operator.
Function documentation
bn:: blending_fade_alpha:: blending_fade_alpha(fixed value) explicit constexpr
Constructor.
Parameters | |
---|---|
value | Fade weight in the range [0..1], with 0 being disabled and 1 being fully applied. |