ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _ColorUtility Class / _buildLinearGradientColorByLightnessRange Method

In This Topic
    _buildLinearGradientColorByLightnessRange Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function _buildLinearGradientColorByLightnessRange( _
       ByVal cssColor As ICssColor, _
       ByVal minLightness As Double, _
       ByVal maxLightness As Double, _
       ByVal orientation As Orientation _
    ) As ILinearGradientColor
    public static ILinearGradientColor _buildLinearGradientColorByLightnessRange( 
       ICssColor cssColor,
       double minLightness,
       double maxLightness,
       Orientation orientation
    )

    Parameters

    cssColor
    minLightness
    maxLightness
    orientation
    See Also