lv_draw_mask_remove_id() function
Remove a mask with a given ID
Syntax
void * lv_draw_mask_remove_id(int16_t id); Arguments
id
the ID of the mask. Returned by `lv_draw_mask_add`
Return value
the parameter of the removed mask. If more masks have `custom_id` ID then the last mask's parameter will be returned