Click or drag to resize

Globalsrgb_to_hsv Method

Namespace:  MediaCy.Addins.LearningSegmentation
Assembly:  MediaCy.Addins.LearningSegmentation (in MediaCy.Addins.LearningSegmentation.dll) Version: 3.1.0.0
Syntax
VB
Public Shared Sub rgb_to_hsv ( 
	ByRef h As Byte,
	ByRef s As Byte,
	ByRef v As Byte,
	r As Byte,
	g As Byte,
	b As Byte
)

Parameters

h
Type: SystemByte
s
Type: SystemByte
v
Type: SystemByte
r
Type: SystemByte
g
Type: SystemByte
b
Type: SystemByte
See Also