Reads and returns a colour table from the supplied input stream.
Declaration Syntax
C# | Visual Basic | Visual 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 )
Return Value
The colour table read from the stream.