ComponentOne Basic Library for UWP
HSVtoRGB Method

C1.UWP Assembly > C1.Xaml Namespace > ColorEx Class : HSVtoRGB Method
r,g,b values are from 0 to 1 h = [0,360], s = [0,1], v = [0,1] if s == 0, then h = -1(undefined)
Syntax
'Declaration
 
Public Shared Sub HSVtoRGB( _
   ByRef r As System.Single, _
   ByRef g As System.Single, _
   ByRef b As System.Single, _
   ByVal h As System.Single, _
   ByVal s As System.Single, _
   ByVal v As System.Single _
) 
public static void HSVtoRGB( 
   out System.float r,
   out System.float g,
   out System.float b,
   System.float h,
   System.float s,
   System.float v
)

Parameters

r
g
b
h
s
v
See Also

Reference

ColorEx Class
ColorEx Members