class
#include <bn_bg_palette_actions.h>
bg_palette_rotate_manager Manages the number of colors to rotate to the right in a bg_
Public static functions
-
static auto get(const bg_
palette_ ptr& palette) -> int - Returns the number of colors to rotate to the right in the given bg_
palette_ ptr. -
static void set(int count,
bg_
palette_ ptr& palette) - Sets the number of colors to rotate to the right in the given bg_
palette_ ptr.
Function documentation
static void bn:: bg_palette_rotate_manager:: set(int count,
bg_ palette_ ptr& palette)
Sets the number of colors to rotate to the right in the given bg_
Parameters | |
---|---|
count | Number of colors to rotate to the right in the range [1 - rotate_range_size() .. rotate_range_size() - 1]. |
palette | bg_ |