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

In This Topic
    _buildColorByTint Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function _buildColorByTint( _
       ByVal color As IColor, _
       ByVal tint As Double _
    ) As IColor
    public static IColor _buildColorByTint( 
       IColor color,
       double tint
    )

    Parameters

    color
    tint
    See Also