ColorPalette.Create Method (Bitmap)

Returns a new ColorPalette containing colors generated from a given bitmap.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public static ColorPalette Create(
	Bitmap bitmap
)

Parameters

bitmap

Type: Aurigma.GraphicsMill.Bitmap

A Bitmap to create this palette from.

Return Value

The ColorPalette class instance.

See Also

Reference