LoadImageRaw method

String LoadImageRaw(
  1. String fileName,
  2. num width,
  3. num height,
  4. PixelFormat format,
  5. num headerSize,
)

Implementation

String LoadImageRaw(
  String fileName,
  num width,
  num height,
  PixelFormat format,
  num headerSize,
) => 'LoadImageRaw_${fileName}_${width}_${height}_$format';