ImageHelperQuantizerSecondPass Method |
Execute a second pass through the bitmap.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax protected virtual void SecondPass(
BitmapData sourceData,
Bitmap output,
int width,
int height,
Rectangle bounds
)
Parameters
- sourceData
- Type: System.Drawing.ImagingBitmapData
The source bitmap, locked into memory - output
- Type: System.DrawingBitmap
The output bitmap - width
- Type: SystemInt32
The width in pixels of the image - height
- Type: SystemInt32
The height in pixels of the image - bounds
- Type: System.DrawingRectangle
The bounding rectangle
See Also