bn::dp_direct_bitmap_bg_mosaic_manager class

Manages if the mosaic effect must be applied to a dp_direct_bitmap_bg_ptr or not.

Public static functions

static auto get(const dp_direct_bitmap_bg_ptr& bg) -> bool
Indicates if the mosaic effect is applied to the given dp_direct_bitmap_bg_ptr or not.
static void set(bool mosaic_enabled, dp_direct_bitmap_bg_ptr& bg)
Sets if the mosaic effect must be applied to the given dp_direct_bitmap_bg_ptr or not.