ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / Color Structure / FromArgb Method / FromArgb(Int32,Int32,Int32) Method

In This Topic
    FromArgb(Int32,Int32,Int32) Method
    In This Topic
    Creates new color from color components.
    Syntax
    'Declaration
     
    Public Overloads Shared Function FromArgb( _
       ByVal r As Integer, _
       ByVal g As Integer, _
       ByVal b As Integer _
    ) As Color
    public static Color FromArgb( 
       int r,
       int g,
       int b
    )

    Parameters

    r
    g
    b
    See Also