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