bn::bg_palette_inverted_manager class

Manages if the colors of a bg_palette_ptr must be inverted or not.

Public static functions

static auto get(const bg_palette_ptr& palette) -> bool
Indicates if the colors of the given bg_palette_ptr are inverted or not.
static void set(bool inverted, bg_palette_ptr& palette)
Sets if the colors of the given bg_palette_ptr must be inverted or not.