Constructor.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public LzwEncoder( IndexedPixels pixels )
Public Sub New ( _ pixels As IndexedPixels _ )
public: LzwEncoder( IndexedPixels^ pixels )
Parameters
- pixels (IndexedPixels)
- Indices in the active colour table of the colours of the pixel making up the image.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException |
The supplied pixel collection is null.
|