Converts the Bitmap to the specified color space.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public void Convert( ColorSpace colorSpace, bool hasAlpha, bool isExtended )
Type: Aurigma.GraphicsMill.ColorSpace
A ColorSpace to convert the bitmap to.Type: System.Boolean
true
if the bitmap will have alpha channel after conversion; otherwise false
.Type: System.Boolean
true
if the bitmap will be exteneded after conversion; otherwise false
.