C# Class Gibbed.Squish.DdsFile

Afficher le fichier Open project: yole/Gibbed.RED

Méthodes publiques

Свойство Type Description
m_header DdsHeader

Méthodes publiques

Méthode Description
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

Method Details

DdsFile() public méthode

public DdsFile ( ) : System
Résultat System

GetHeight() public méthode

public GetHeight ( ) : int
Résultat int

GetPixelData() public méthode

public GetPixelData ( ) : byte[]
Résultat byte[]

GetWidth() public méthode

public GetWidth ( ) : int
Résultat int

Image() public méthode

public Image ( ) : Image
Résultat Image

Image() public méthode

public Image ( bool red ) : Image
red bool
Résultat Image

Image() public méthode

public Image ( bool red, bool green ) : Image
red bool
green bool
Résultat Image

Image() public méthode

public Image ( bool red, bool green, bool blue ) : Image
red bool
green bool
blue bool
Résultat Image

Image() public méthode

public Image ( bool red, bool green, bool blue, bool alpha ) : Image
red bool
green bool
blue bool
alpha bool
Résultat Image

Load() public méthode

public Load ( System input ) : void
input System
Résultat void

Property Details

m_header public_oe property

public DdsHeader,Gibbed.Squish m_header
Résultat DdsHeader