ConvertTo reduces number of colors.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void ReduceColor(
	int colorCount,
	IEImage..::..DitherMethod ditherMethod
)
Public Sub ReduceColor ( _
	colorCount As Integer, _
	ditherMethod As IEImage..::..DitherMethod _
)
public:
void ReduceColor(
	int colorCount, 
	IEImage..::..DitherMethod ditherMethod
)

Parameters

colorCount
Int32
Number of colors. If it is less than 3 an ordered dithering is performed.
ditherMethod
IEImage..::..DitherMethod
Color conversion algorithm to use.

See Also