Function icon_get_frame_data
Source pub unsafe extern "C" fn icon_get_frame_data(
instance: *const Icon,
frame: u32,
) -> *const u8
Expand description
Get Icon XBM bitmap data for a particular frame
§Arguments
instance (direction in) - pointer to Icon data
frame (direction in) - frame index
§Returns
pointer to compressed XBM bitmap data