ActiveReports 13
FromArgb(Byte,Byte,Byte,Byte) Method

GrapeCity.ActiveReports.Viewer.Wpf Assembly > GrapeCity.Viewer.Common Namespace > Color Structure > FromArgb Method : FromArgb(Byte,Byte,Byte,Byte) Method
A.
The r.
The g.
The b.
Creates new color from color components.
Syntax
'Declaration
 
Public Overloads Shared Function FromArgb( _
   ByVal a As Byte, _
   ByVal r As Byte, _
   ByVal g As Byte, _
   ByVal b As Byte _
) As Color
public static Color FromArgb( 
   byte a,
   byte r,
   byte g,
   byte b
)

Parameters

a
A.
r
The r.
g
The g.
b
The b.
See Also

Reference

Color Structure
Color Members
Overload List