C# 클래스 Gibbed.Squish.DdsFile

파일 보기 프로젝트 열기: yole/Gibbed.RED

공개 프로퍼티들

프로퍼티 타입 설명
m_header DdsHeader

공개 메소드들

메소드 설명
DdsFile ( ) : System
GetHeight ( ) : int
GetPixelData ( ) : byte[]
GetWidth ( ) : int
Image ( ) : Image
Image ( bool red ) : Image
Image ( bool red, bool green ) : Image
Image ( bool red, bool green, bool blue ) : Image
Image ( bool red, bool green, bool blue, bool alpha ) : Image
Load ( System input ) : void

메소드 상세

DdsFile() 공개 메소드

public DdsFile ( ) : System
리턴 System

GetHeight() 공개 메소드

public GetHeight ( ) : int
리턴 int

GetPixelData() 공개 메소드

public GetPixelData ( ) : byte[]
리턴 byte[]

GetWidth() 공개 메소드

public GetWidth ( ) : int
리턴 int

Image() 공개 메소드

public Image ( ) : Image
리턴 Image

Image() 공개 메소드

public Image ( bool red ) : Image
red bool
리턴 Image

Image() 공개 메소드

public Image ( bool red, bool green ) : Image
red bool
green bool
리턴 Image

Image() 공개 메소드

public Image ( bool red, bool green, bool blue ) : Image
red bool
green bool
blue bool
리턴 Image

Image() 공개 메소드

public Image ( bool red, bool green, bool blue, bool alpha ) : Image
red bool
green bool
blue bool
alpha bool
리턴 Image

Load() 공개 메소드

public Load ( System input ) : void
input System
리턴 void

프로퍼티 상세

m_header 공개적으로 프로퍼티

public DdsHeader,Gibbed.Squish m_header
리턴 DdsHeader