ImageFormat method
Implementation
@override
void ImageFormat(
ImageD image,
PixelFormat newFormat,
) => run(
() => RaylibDebugLabels.ImageFormat(image, newFormat),
() => rl.Temp.Image$.RefUpdate1(image,
(p) => rl.Core.ImageFormat(
p,
newFormat.value,
),
),
);