bn::sprite_palette_inverted_manager class

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

Public static functions

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