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

In This Topic
    RGBtoHSL Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Sub RGBtoHSL( _
       ByVal color As Color, _
       ByRef hslCol As Double() _
    ) 
    public static void RGBtoHSL( 
       Color color,
       out double[] hslCol
    )

    Parameters

    color
    hslCol
    See Also