HSBtoCMYK Method

Kaliko Image Library

Kaliko.ImageLibrary
HSBtoCMYK Method





Converts HSB to CMYK.
Syntax
'Declaration
 
Public Shared Function HSBtoCMYK( _
   ByVal h As System.Double, _
   ByVal s As System.Double, _
   ByVal b As System.Double _
) As CMYK
'Usage
 
Dim h As System.Double
Dim s As System.Double
Dim b As System.Double
Dim value As CMYK
 
value = ColorSpaceHelper.HSBtoCMYK(h, s, b)
public static CMYK HSBtoCMYK( 
   System.double h,
   System.double s,
   System.double b
)
public function HSBtoCMYK( 
    h: System.Double;
    s: System.Double;
    b: System.Double
): CMYK; static; 
public static function HSBtoCMYK( 
   h : System.double,
   s : System.double,
   b : System.double
) : CMYK;
public: static CMYK HSBtoCMYK( 
   System.double h,
   System.double s,
   System.double b
) 
public:
static CMYK HSBtoCMYK( 
   System.double h,
   System.double s,
   System.double b
) 

Parameters

h
s
b
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

This documentation was created using Document! X from Innovasys