Click or drag to resize
ImageHelperQuantizerFirstPass Method
Execute the first pass through the pixels in the image.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
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