Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / Legend Class / BuildGradient Method
Number of hue steps

In This Topic
    BuildGradient Method
    In This Topic
    Builds a red to blue gradient array of colors.
    Syntax
    'Declaration
     
    Public Shared Function BuildGradient( _
       Optional ByVal hueSteps As Integer _
    ) As Color()
    public static Color[] BuildGradient( 
       int hueSteps
    )

    Parameters

    hueSteps
    Number of hue steps

    Return Value

    The resulting array of colors.
    See Also