lc_image_clear function
void
lc_image_clear()
Fills the whole canvas with a solid ARGB color (0xAARRGGBB).
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<LcImage>, ffi.Uint32)>()
external void lc_image_clear(ffi.Pointer<LcImage> image, int argb);