ActiveReports 8
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 System.Byte, _
   ByVal r As System.Byte, _
   ByVal g As System.Byte, _
   ByVal b As System.Byte _
) As Color
public static Color FromArgb( 
   System.byte a,
   System.byte r,
   System.byte g,
   System.byte b
)

Parameters

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

Reference

Color Structure
Color Members
Overload List

Support Forum