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.
Subtracts two color values to create a new color value.
Definition
Visual Basic Public Shared Function Subtract( _
ByVal c1 As Color, _
ByVal c2 As Color_
) As ColorC# public static Color Subtract(
Colorc1,
Colorc2
);C++ public:
static ColorSubtract(
Colorc1,
Colorc2
);JScript public static function Subtract(
c1 : Color,
c2 : Color
) : Color;
Parameters
c1 System.Drawing.Color
A Colorobject that specifies the color to subtract.
c2 System.Drawing.Color
A Colorobject that specifies the color to subtract.
Return Value
System.Drawing.Color
A Colorobject that represents the difference between the two colors.
See Also
.gif)