bn::sp_direct_bitmap_bg_blending_manager class

Manages if blending must be applied to a sp_direct_bitmap_bg_ptr or not.

Public static functions

static auto get(const sp_direct_bitmap_bg_ptr& bg) -> bool
Indicates if blending is applied to the given sp_direct_bitmap_bg_ptr or not.
static void set(bool blending_enabled, sp_direct_bitmap_bg_ptr& bg)
Sets if blending must be applied to the given sp_direct_bitmap_bg_ptr or not.