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

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

    Parameters

    color
    See Also