Axiom.Plugins.DevILCodecs.ILUtil.ILFormat.ILFormat C# (CSharp) Method

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
			public ILFormat( int channels, int format, int type )
			{
				_channels = channels;
				_format = format;
				_type = type;
			}

Same methods

ILUtil.ILFormat::ILFormat ( ) : System
ILUtil.ILFormat::ILFormat ( int channels, int format ) : System
ILUtil.ILFormat