C# Class Gibbed.Squish.DdsFile

ファイルを表示 Open project: yole/Gibbed.RED

Public Properties

Property Type Description
m_header DdsHeader

Public Methods

Method 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 method

public DdsFile ( ) : System
return System

GetHeight() public method

public GetHeight ( ) : int
return int

GetPixelData() public method

public GetPixelData ( ) : byte[]
return byte[]

GetWidth() public method

public GetWidth ( ) : int
return int

Image() public method

public Image ( ) : Image
return Image

Image() public method

public Image ( bool red ) : Image
red bool
return Image

Image() public method

public Image ( bool red, bool green ) : Image
red bool
green bool
return Image

Image() public method

public Image ( bool red, bool green, bool blue ) : Image
red bool
green bool
blue bool
return Image

Image() public method

public Image ( bool red, bool green, bool blue, bool alpha ) : Image
red bool
green bool
blue bool
alpha bool
return Image

Load() public method

public Load ( System input ) : void
input System
return void

Property Details

m_header public_oe property

public DdsHeader,Gibbed.Squish m_header
return DdsHeader