HSBtoRGB(HSB) Method

Kaliko Image Library

Kaliko.ImageLibrary
HSBtoRGB(HSB) Method





Converts HSB to RGB.
Syntax
'Declaration
 
Public Overloads Shared Function HSBtoRGB( _
   ByVal hsb As HSB _
) As RGB
'Usage
 
Dim hsb As HSB
Dim value As RGB
 
value = ColorSpaceHelper.HSBtoRGB(hsb)
public static RGB HSBtoRGB( 
   HSB hsb
)
public function HSBtoRGB( 
    hsb: HSB
): RGB; static; 
public static function HSBtoRGB( 
   hsb : HSB
) : RGB;
public: static RGB HSBtoRGB( 
   HSB hsb
) 
public:
static RGB HSBtoRGB( 
   HSB hsb
) 

Parameters

hsb
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