C# Class PGMEBackend.Graphics.ImageManipulator

Exibir arquivo Open project: Diegoisawesome/AwesomeMapEditor-old

Public Methods

Method Description
imageLoader ( GBAROM ROM, int imageOffset, int paletteOffset, int width, int height, bool transparent ) : Bitmap
imageLoader ( GBAROM ROM, int imageOffset, int paletteOffset, int width, int height, bool isImageCompressed, bool isPaletteCompressed ) : Bitmap
imageLoader ( GBAROM ROM, int imageOffset, int paletteOffset, int width, int height, bool isImageCompressed, bool isPaletteCompressed, bool transparent ) : Bitmap
imageLoader ( GBAROM ROM, int imageOffset, int paletteOffset, int width, int height, bool isImageCompressed, bool isPaletteCompressed, bool transparent, GraphicsMode mode ) : Bitmap

Method Details

imageLoader() public static method

public static imageLoader ( GBAROM ROM, int imageOffset, int paletteOffset, int width, int height, bool transparent ) : Bitmap
ROM Nintenlord.ROMHacking.GBA.GBAROM
imageOffset int
paletteOffset int
width int
height int
transparent bool
return System.Drawing.Bitmap

imageLoader() public static method

public static imageLoader ( GBAROM ROM, int imageOffset, int paletteOffset, int width, int height, bool isImageCompressed, bool isPaletteCompressed ) : Bitmap
ROM Nintenlord.ROMHacking.GBA.GBAROM
imageOffset int
paletteOffset int
width int
height int
isImageCompressed bool
isPaletteCompressed bool
return System.Drawing.Bitmap

imageLoader() public static method

public static imageLoader ( GBAROM ROM, int imageOffset, int paletteOffset, int width, int height, bool isImageCompressed, bool isPaletteCompressed, bool transparent ) : Bitmap
ROM Nintenlord.ROMHacking.GBA.GBAROM
imageOffset int
paletteOffset int
width int
height int
isImageCompressed bool
isPaletteCompressed bool
transparent bool
return System.Drawing.Bitmap

imageLoader() public static method

public static imageLoader ( GBAROM ROM, int imageOffset, int paletteOffset, int width, int height, bool isImageCompressed, bool isPaletteCompressed, bool transparent, GraphicsMode mode ) : Bitmap
ROM Nintenlord.ROMHacking.GBA.GBAROM
imageOffset int
paletteOffset int
width int
height int
isImageCompressed bool
isPaletteCompressed bool
transparent bool
mode GraphicsMode
return System.Drawing.Bitmap