IcoInfoImage constructor

IcoInfoImage({
  1. required int width,
  2. required int height,
  3. required int colorPalette,
  4. required int bytesSize,
  5. required int bytesOffset,
  6. required int colorPlanes,
  7. required int bitsPerPixel,
})

Implementation

IcoInfoImage(
    {required this.width,
    required this.height,
    required this.colorPalette,
    required this.bytesSize,
    required this.bytesOffset,
    required this.colorPlanes,
    required this.bitsPerPixel});