HSBtoHSL Method

Kaliko Image Library

Kaliko.ImageLibrary
HSBtoHSL Method





Converts HSB to HSL.
Syntax
'Declaration
 
Public Shared Function HSBtoHSL( _
   ByVal h As System.Double, _
   ByVal s As System.Double, _
   ByVal b As System.Double _
) As HSL
'Usage
 
Dim h As System.Double
Dim s As System.Double
Dim b As System.Double
Dim value As HSL
 
value = ColorSpaceHelper.HSBtoHSL(h, s, b)
public static HSL HSBtoHSL( 
   System.double h,
   System.double s,
   System.double b
)
public function HSBtoHSL( 
    h: System.Double;
    s: System.Double;
    b: System.Double
): HSL; static; 
public static function HSBtoHSL( 
   h : System.double,
   s : System.double,
   b : System.double
) : HSL;
public: static HSL HSBtoHSL( 
   System.double h,
   System.double s,
   System.double b
) 
public:
static HSL HSBtoHSL( 
   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