Quantizer.SecondPass Method
Execute a second pass through the bitmap
Syntax
Namespace: FlexCel.Draw
protected internal virtual void SecondPass(BitmapData sourceData, Bitmap Result, Int32 width, Int32 height, Rectangle bounds)
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| sourceData | BitmapData | The Source bitmap, locked into memory | |
| Result | Bitmap | The Result bitmap | |
| width | Int32 | The width in pixels of the image | |
| height | Int32 | The height in pixels of the image | |
| bounds | Rectangle | The bounding rectangle |