Aurigma Graphics Mill 5.5 for .NET
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
- 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.