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

Structure that encapsulates a devIL image format definition
Afficher le fichier Open project: WolfgangSt/axiom

Méthodes publiques

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

Construct an invalidated ILFormat structure
public ILFormat ( ) : System
Résultat System

ILFormat() public méthode

Construct a ILFormat from parameters
public ILFormat ( int channels, int format ) : System
channels int
format int
Résultat System

ILFormat() public méthode

Construct a ILFormat from parameters
public ILFormat ( int channels, int format, int type ) : System
channels int
format int
type int
Résultat System