A Sandcastle Documented Class Library
FromStream Method (inputStream, numberOfColours)
NamespacesGifComponentsColourTableFromStream(Stream, Int32)
Reads and returns a colour table from the supplied input stream.
Declaration Syntax
C#Visual BasicVisual C++
public static ColourTable FromStream(
	Stream inputStream,
	int numberOfColours
)
Public Shared Function FromStream ( _
	inputStream As Stream, _
	numberOfColours As Integer _
) As ColourTable
public:
static ColourTable^ FromStream(
	Stream^ inputStream, 
	int numberOfColours
)
Parameters
inputStream (Stream)
The input stream to read.
numberOfColours (Int32)
The number of colours the colour table is expected to contain.
Return Value
The colour table read from the stream.

Assembly: GifComponents (Module: GifComponents) Version: 0.1.3594.26453