ImageHelperQuantizerFirstPass Method |
Execute the first pass through the pixels in the image.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax protected virtual void FirstPass(
BitmapData sourceData,
int width,
int height
)
Parameters
- sourceData
- Type: System.Drawing.ImagingBitmapData
The source data - width
- Type: SystemInt32
The width in pixels of the image - height
- Type: SystemInt32
The height in pixels of the image
See Also