ColorOperator.Subtract Method
|
Language: |
Note: This documentation is preliminary and is subject to change.
Subtracts two color values to create a new color value.
Definition
Visual Basic .NET |
Public Shared Function Subtract( _ ByVal c1 As Color, _ ByVal c2 As Color _ ) As Color |
C# |
public static Color Subtract( Color c1, Color c2 ); |
Managed C++ |
public: static Color Subtract( Color c1, Color c2 ); |
JScript .NET |
public static function Subtract( c1 : Color, c2 : Color ) :
Color; |
Parameters
Return Value
System.Drawing.Color
. A Color
object that represents the difference between the two colors.
See Also
© 2004 Microsoft Corporation. All rights reserved. Terms of use.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center