Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Utility Class / RGBtoHSV Method

In This Topic
    RGBtoHSV Method
    In This Topic
    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