'Declaration Public Shared Sub HSVtoRGB( _ ByVal h As Double, _ ByVal s As Double, _ ByVal v As Double, _ ByRef r As Double, _ ByRef g As Double, _ ByRef b As Double _ )
Parameters
- h
- A double representing the color's hue.
- s
- A double representing the color's saturation.
- v
- A double representing the color's value.
- r
- A double representing the red channel.
- g
- A double representing the green channel.
- b
- A double representing the blue channel.