Axiom.Plugins.DevILCodecs.ILUtil.ILFormat.ILFormat C# (CSharp) 메소드

ILFormat() 공개 메소드

Construct a ILFormat from parameters
public ILFormat ( int channels, int format, int type ) : System
channels int
format int
type int
리턴 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