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

In This Topic
    _toRgbaFromHsla Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function _toRgbaFromHsla( _
       ByVal hsla As IHslaNativeColor _
    ) As IRgbaNativeColor
    public static IRgbaNativeColor _toRgbaFromHsla( 
       IHslaNativeColor hsla
    )

    Parameters

    hsla
    See Also