bn::palette_bitmap_bg_horizontal_flip_manager class

Manages if a palette_bitmap_bg_ptr is flipped in its horizontal axis or not.

Public static functions

static auto get(const palette_bitmap_bg_ptr& bg) -> bool
Indicates if the given palette_bitmap_bg_ptr is flipped in the horizontal axis or not.
static void set(bool horizontal_flip, palette_bitmap_bg_ptr& bg)
Sets if the given palette_bitmap_bg_ptr must be flipped in the horizontal axis or not.