Click or drag to resize

QuantizerFirstPass Method

Execute the first pass through the pixels in the image

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
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