Eyeshot 9.0 WinForms API Reference
RGBtoHSV Method

WinForms Assembly > devDept.Geometry Namespace > Utility Class : RGBtoHSV Method
Syntax
'Declaration
 
Public Shared Sub RGBtoHSV( _
   ByVal color As Color, _
   ByRef hsvCol As Double() _
) 
public static void RGBtoHSV( 
   Color color,
   out double[] hsvCol
)

Parameters

color
hsvCol
See Also

Reference

Utility Class
Utility Members