Color.Convert Method

Converts this color to the specified pixel format.

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

Syntax

C#
public Color Convert(
	PixelFormat format
)

Parameters

format

Type: Aurigma.GraphicsMill.PixelFormat

A PixelFormat to convert this color to.

Return Value

A Color representing the result of the conversion.

See Also

Reference