C# Class HyoutaTools.LastRanker.PTMD

Afficher le fichier Open project: AdmiralCurtiss/HyoutaTools Class Usage Examples

Méthodes publiques

Свойство Type Description
BitPerPixel uint
BitPerPixelByte byte
Greyscale bool
ImageBytes byte[]
ImageTypeByte byte
ImageWidth uint
Magic uint
PaletteBytes byte[]
PalettePointer uint
Paletted bool
Uint0x04 uint

Méthodes publiques

Méthode Description
PTMD ( ) : System
PTMD ( String filename ) : System
PTMD ( byte Bytes ) : System
PtmdToPng ( List args ) : int
SaveAsPNG ( string Path ) : void

Private Methods

Méthode Description
LoadFile ( byte File ) : bool

Method Details

PTMD() public méthode

public PTMD ( ) : System
Résultat System

PTMD() public méthode

public PTMD ( String filename ) : System
filename String
Résultat System

PTMD() public méthode

public PTMD ( byte Bytes ) : System
Bytes byte
Résultat System

PtmdToPng() public static méthode

public static PtmdToPng ( List args ) : int
args List
Résultat int

SaveAsPNG() public méthode

public SaveAsPNG ( string Path ) : void
Path string
Résultat void

Property Details

BitPerPixel public_oe property

public uint BitPerPixel
Résultat uint

BitPerPixelByte public_oe property

public byte BitPerPixelByte
Résultat byte

Greyscale public_oe property

public bool Greyscale
Résultat bool

ImageBytes public_oe property

public byte[] ImageBytes
Résultat byte[]

ImageTypeByte public_oe property

public byte ImageTypeByte
Résultat byte

ImageWidth public_oe property

public uint ImageWidth
Résultat uint

Magic public_oe property

public uint Magic
Résultat uint

PaletteBytes public_oe property

public byte[] PaletteBytes
Résultat byte[]

PalettePointer public_oe property

public uint PalettePointer
Résultat uint

Paletted public_oe property

public bool Paletted
Résultat bool

Uint0x04 public_oe property

public uint Uint0x04
Résultat uint