Eyeshot 10 WinForms API Reference
BuildGradient Method

WinForms Assembly > devDept.Eyeshot Namespace > Legend Class : BuildGradient Method
Number of hue steps
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

Reference

Legend Class
Legend Members