C# 클래스 HyoutaTools.LastRanker.PTMD

파일 보기 프로젝트 열기: AdmiralCurtiss/HyoutaTools 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BitPerPixel uint
BitPerPixelByte byte
Greyscale bool
ImageBytes byte[]
ImageTypeByte byte
ImageWidth uint
Magic uint
PaletteBytes byte[]
PalettePointer uint
Paletted bool
Uint0x04 uint

공개 메소드들

메소드 설명
PTMD ( ) : System
PTMD ( String filename ) : System
PTMD ( byte Bytes ) : System
PtmdToPng ( List args ) : int
SaveAsPNG ( string Path ) : void

비공개 메소드들

메소드 설명
LoadFile ( byte File ) : bool

메소드 상세

PTMD() 공개 메소드

public PTMD ( ) : System
리턴 System

PTMD() 공개 메소드

public PTMD ( String filename ) : System
filename String
리턴 System

PTMD() 공개 메소드

public PTMD ( byte Bytes ) : System
Bytes byte
리턴 System

PtmdToPng() 공개 정적인 메소드

public static PtmdToPng ( List args ) : int
args List
리턴 int

SaveAsPNG() 공개 메소드

public SaveAsPNG ( string Path ) : void
Path string
리턴 void

프로퍼티 상세

BitPerPixel 공개적으로 프로퍼티

public uint BitPerPixel
리턴 uint

BitPerPixelByte 공개적으로 프로퍼티

public byte BitPerPixelByte
리턴 byte

Greyscale 공개적으로 프로퍼티

public bool Greyscale
리턴 bool

ImageBytes 공개적으로 프로퍼티

public byte[] ImageBytes
리턴 byte[]

ImageTypeByte 공개적으로 프로퍼티

public byte ImageTypeByte
리턴 byte

ImageWidth 공개적으로 프로퍼티

public uint ImageWidth
리턴 uint

Magic 공개적으로 프로퍼티

public uint Magic
리턴 uint

PaletteBytes 공개적으로 프로퍼티

public byte[] PaletteBytes
리턴 byte[]

PalettePointer 공개적으로 프로퍼티

public uint PalettePointer
리턴 uint

Paletted 공개적으로 프로퍼티

public bool Paletted
리턴 bool

Uint0x04 공개적으로 프로퍼티

public uint Uint0x04
리턴 uint