ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / Color Class / Color Constructor

In This Topic
    Color Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal r As Integer, _
       ByVal g As Integer, _
       ByVal b As Integer, _
       Optional ByVal a As Integer _
    )
    public Color( 
       int r,
       int g,
       int b,
       int a
    )

    Parameters

    r
    g
    b
    a
    See Also