ColorOperator.Subtract(Int32,Int32) Method (Microsoft.DirectX.Direct3D)

Subtracts two color values to create a new color value.

Definition

Visual Basic Public Shared Function Subtract( _
    ByVal c1 As Integer, _
    ByVal c2 As Integer _
) As Integer
C# public static int Subtract(
    int c1,
    int c2
);
C++ public:
static int Subtract(
    int c1,
    int c2
);
JScript public static function Subtract(
    c1 : int,
    c2 : int
) : int;

Parameters

c1 System.Int32
c2 System.Int32

Return Value

System.Int32

See Also