[This is preliminary documentation and is subject to change.]

Adds 8 hue entries to the list.

Namespace:  MulLib
Assembly:  MulLib (in MulLib.dll) Version: 1.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void AddBlock(
	uint header
)
Public Sub AddBlock ( _
	header As UInteger _
)
public:
void AddBlock(
	unsigned int header
)

Parameters

header
UInt32
Block header, use 0. Usage unknown.

Exceptions

ExceptionCondition
System..::.ObjectDisposedExceptionObject has been disposed.

See Also