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

In This Topic
    ColorToDoubleArray Method
    In This Topic
    Converts a System.Drawing.Color to a double[4] with components in the [0,1] range.
    Syntax
    'Declaration
     
    Public Shared Function ColorToDoubleArray( _
       ByVal color As Color _
    ) As Double()
    public static double[] ColorToDoubleArray( 
       Color color
    )

    Parameters

    color
    See Also