Class Image

java.lang.Object
com.raylib.jextract.Image

public class Image extends Object
struct Image {
    void *data;
    int width;
    int height;
    int mipmaps;
    int format;
}