bn::palette_bitmap_bg_blending_top_manager class

Manages if a palette_bitmap_bg_ptr must be part of the blending top layer or not.

Public static functions

static auto get(const palette_bitmap_bg_ptr& bg) -> bool
Indicates if the given palette_bitmap_bg_ptr is part of the blending top layer or not.
static void set(bool blending_top_enabled, palette_bitmap_bg_ptr& bg)
Sets if the given palette_bitmap_bg_ptr must be part of the blending top layer or not.