Converts the bitmap to CMYK 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 ConvertToCmyk ( _ bitmap As Bitmap, _ rgb As ColorProfile, _ cmyk As ColorProfile, _ grayscale As ColorProfile _ )
public static void ConvertToCmyk( Bitmap bitmap, ColorProfile rgb, ColorProfile cmyk, ColorProfile grayscale )