C# Class Axiom.Media.DDSCodec.FourCC

Show file Open project: WolfgangSt/axiom

Public Properties

Property Type Description
DXT1 System.UInt32
DXT2 System.UInt32
DXT3 System.UInt32
DXT4 System.UInt32
DXT5 System.UInt32

Public Methods

Method Description
FourCC ( char c0, char c1, char c2, char c3 ) : System

Method Details

FourCC() public method

public FourCC ( char c0, char c1, char c2, char c3 ) : System
c0 char
c1 char
c2 char
c3 char
return System

Property Details

DXT1 public static property

public static UInt32,System DXT1
return System.UInt32

DXT2 public static property

public static UInt32,System DXT2
return System.UInt32

DXT3 public static property

public static UInt32,System DXT3
return System.UInt32

DXT4 public static property

public static UInt32,System DXT4
return System.UInt32

DXT5 public static property

public static UInt32,System DXT5
return System.UInt32