lv_draw_mask_remove_custom() function
Remove all mask with a given custom ID
Syntax
void * lv_draw_mask_remove_custom(void * custom_id); Arguments
custom_id
a pointer used in `lv_draw_mask_add`
Return value
return the parameter of the removed mask. If more masks have `custom_id` ID then the last mask's parameter will be returned
lv_draw_mask_remove_custom() is called by 2 functions and calls 1 function:
![]()
lv_draw_mask_remove_custom()
lv_draw_mask_remove_custom() reads 3 variables:
![]()
lv_draw_mask_remove_custom()