LabColor Constructor (Color)

Initializes a new instance of the LabColor class with the specified color.

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

Syntax

C#
public LabColor(
	Color color
)

Parameters

color

Type: Aurigma.GraphicsMill.Color

A Color to initialize this instance.

See Also

Reference