LoadImageRaw abstract method

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

Implementation

ImageStructType LoadImageRaw(
  String fileName,
  num width,
  num height,
  PixelFormat format,
  num headerSize,
);