ColorManagementProvider.Convert Method (ColorSpace, Boolean, Boolean)

Converts the Bitmap to the specified color space.

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

Syntax

C#
public void Convert(
	ColorSpace colorSpace,
	bool hasAlpha,
	bool isExtended
)

Parameters

colorSpace

Type: Aurigma.GraphicsMill.ColorSpace

A ColorSpace to convert the bitmap to.
hasAlpha

Type: System.Boolean

true if the bitmap will have alpha channel after conversion; otherwise false.
isExtended

Type: System.Boolean

true if the bitmap will be exteneded after conversion; otherwise false.

See Also

Reference