Kaliko.ImageLibrary
CMYKtoHSB Method
Converts CMYK to HSB.
Syntax
'Declaration
Public Shared Function CMYKtoHSB( _ ByVal c As System.Double, _ ByVal m As System.Double, _ ByVal y As System.Double, _ ByVal k As System.Double _ ) As HSB
'Usage
Dim c As System.Double Dim m As System.Double Dim y As System.Double Dim k As System.Double Dim value As HSB value = ColorSpaceHelper.CMYKtoHSB(c, m, y, k)
public function CMYKtoHSB( c: System.Double; m: System.Double; y: System.Double; k: System.Double ): HSB; static;
Parameters
- c
- m
- y
- k
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also