C# Class Axiom.Plugins.DevILCodecs.ILUtil.ILFormat

Structure that encapsulates a devIL image format definition
Datei anzeigen Open project: WolfgangSt/axiom

Public Methods

Method Description
ILFormat ( ) : System

Construct an invalidated ILFormat structure

ILFormat ( int channels, int format ) : System

Construct a ILFormat from parameters

ILFormat ( int channels, int format, int type ) : System

Construct a ILFormat from parameters

Method Details

ILFormat() public method

Construct an invalidated ILFormat structure
public ILFormat ( ) : System
return System

ILFormat() public method

Construct a ILFormat from parameters
public ILFormat ( int channels, int format ) : System
channels int
format int
return System

ILFormat() public method

Construct a ILFormat from parameters
public ILFormat ( int channels, int format, int type ) : System
channels int
format int
type int
return System