A Sandcastle Documented Class Library
LzwEncoder Constructor (pixels)
NamespacesGifComponentsLzwEncoderLzwEncoder(IndexedPixels)
Constructor.
Declaration Syntax
C#Visual BasicVisual 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
ExceptionCondition
ArgumentNullException The supplied pixel collection is null.

Assembly: GifComponents (Module: GifComponents) Version: 0.1.3594.26453