ColorConverter Constructor (PixelFormat)

Initializes a new instance of the ColorConverter class using the specified pixel format.

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

Syntax

C#
public ColorConverter(
	PixelFormat format
)

Parameters

format

Type: Aurigma.GraphicsMill.PixelFormat

A PixelFormat to convert an image to. You can change this value later through the DestinationPixelFormat property.

See Also

Reference