Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds two color values together to create a new color value.
Definition
Visual Basic Public Shared Function Add( _
ByVal c1 As Integer, _
ByVal c2 As Integer _
) As IntegerC# public static int Add(
int c1,
int c2
);C++ public:
static int Add(
int c1,
int c2
);JScript public static function Add(
c1 : int,
c2 : int
) : int;
Parameters
c1 System.Int32
c2 System.Int32
Return Value
See Also