This documentation is for the old version. Go to the latest Graphics Mill docs

ColorManagementProvider.Convert Method

Converts bitmap to specified pixel format.

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

Syntax

Visual Basic
Public Sub Convert ( _
	format As PixelFormat _
)
C#
public void Convert(
	PixelFormat format
)

Parameters

format

Type: Aurigma.GraphicsMill.PixelFormat

Target pixel format.

Remarks

During conversion it uses default conversion parameters such as dithering, palette type, etc. If you need more control (e.g. specify another dithering settings or provide custom palette), use the PixelFormatConverter object directly.

See Also

Reference