LoadImageRaw method
Implementation
String LoadImageRaw(
String fileName,
num width,
num height,
PixelFormat format,
num headerSize,
) => 'LoadImageRaw($fileName, $width, $height, ${format.name}, $headerSize)';
String LoadImageRaw(
String fileName,
num width,
num height,
PixelFormat format,
num headerSize,
) => 'LoadImageRaw($fileName, $width, $height, ${format.name}, $headerSize)';