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

In This Topic
    _tint Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function _tint( _
       ByVal nativeColor As INativeColor, _
       ByVal tint As Double _
    ) As INativeColor
    public static INativeColor _tint( 
       INativeColor nativeColor,
       double tint
    )

    Parameters

    nativeColor
    tint
    See Also