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

In This Topic
    HSLtoRGB Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function HSLtoRGB( _
       ByVal hsvCol() As Double _
    ) As Color
    public static Color HSLtoRGB( 
       double[] hsvCol
    )

    Parameters

    hsvCol
    See Also