Converts the bitmap to RGB color space using the specified color profiles.
Namespace:
Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly:
Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)
Public Shared Sub ConvertToRgb ( _ bitmap As Bitmap, _ rgb As ColorProfile, _ cmyk As ColorProfile, _ grayscale As ColorProfile _ )
public static void ConvertToRgb( Bitmap bitmap, ColorProfile rgb, ColorProfile cmyk, ColorProfile grayscale )