Table of Contents

OctreeQuantizer.ConvertTo256Colors Method

Overloads

OctreeQuantizer.ConvertTo256Colors(Image, Bitmap)

Converts an image to 256 colors.

Syntax

Namespace: FlexCel.Draw

public static void ConvertTo256Colors(Image Source, Bitmap Result)

Parameters

<-> Parameter Type Description
Source Image Image we want to convert.
Result Bitmap Converted image.

See also

OctreeQuantizer.ConvertTo256Colors(Image)

Converts an image to 256 colors.

Syntax

Namespace: FlexCel.Draw

public static Bitmap ConvertTo256Colors(Image Source)

Parameters

<-> Parameter Type Description
Source Image Image we want to convert.

Returns

Converted image.

See also