UnloadImage method
Implementation
void UnloadImage(
ImageD image,
) => run(
() => 'UnloadImage($image)',
() => rl.Core.UnloadImage(_refImage1(image).ref),
);
void UnloadImage(
ImageD image,
) => run(
() => 'UnloadImage($image)',
() => rl.Core.UnloadImage(_refImage1(image).ref),
);