menu
raylib_dartified package
documentation
core/raylib_dartified.dart
RaylibCore
UnloadImage method
UnloadImage method
dark_mode
light_mode
UnloadImage
method
void
UnloadImage
(
ImageC
image
)
Unload image from CPU memory (RAM)
Implementation
void UnloadImage(ImageC image) => _UnloadImage(image);
raylib_dartified package
documentation
core/raylib_dartified
RaylibCore
UnloadImage method
RaylibCore class