BCGControlBar Library for .NET
HLStoRGB_TWO Method




Hue component of the color.
Lightness component of the color.
Saturation component of the color.
Translates the color value from HLS to RGB.
Syntax
'Declaration
 
Public Shared Function HLStoRGB_TWO( _
   ByVal H As Double, _
   ByVal L As Double, _
   ByVal S As Double _
) As Color
'Usage
 
Dim H As Double
Dim L As Double
Dim S As Double
Dim value As Color
 
value = DrawManager.HLStoRGB_TWO(H, L, S)
public static Color HLStoRGB_TWO( 
   double H,
   double L,
   double S
)
public: static Color HLStoRGB_TWO( 
   double H,
   double L,
   double S
) 
public:
static Color HLStoRGB_TWO( 
   double H,
   double L,
   double S
) 

Parameters

H
Hue component of the color.
L
Lightness component of the color.
S
Saturation component of the color.
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

Reference

DrawManager Class
DrawManager Members

Send Feedback