Quantizer.FirstPass Method
Execute the first pass through the pixels in the image
Syntax
Namespace: FlexCel.Draw
protected internal virtual void FirstPass(BitmapData sourceData, Int32 width, Int32 height)
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
sourceData | BitmapData | The Source data | |
width | Int32 | The width in pixels of the image | |
height | Int32 | The height in pixels of the image |