BCGControlBar Library for .NET
HueToRGB Method (DrawManager)




Makes a conversion from Hue to RGB color model.
Syntax
'Declaration
 
Public Shared Function HueToRGB( _
   ByVal rm1 As Single, _
   ByVal rm2 As Single, _
   ByVal rh As Single _
) As Short
'Usage
 
Dim rm1 As Single
Dim rm2 As Single
Dim rh As Single
Dim value As Short
 
value = DrawManager.HueToRGB(rm1, rm2, rh)
public static short HueToRGB( 
   float rm1,
   float rm2,
   float rh
)
public: static short HueToRGB( 
   float rm1,
   float rm2,
   float rh
) 
public:
static short HueToRGB( 
   float rm1,
   float rm2,
   float rh
) 

Parameters

rm1
rm2
rh
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