Wiki > TV3D65 Index > TVMathLibrary
Subtracts one color from another.
| VB.NET | TVColorSubtract(retOutColor As TV_COLOR , cColor1 As TV_COLOR , cColor2 As TV_COLOR) |
|---|---|
| C++ | void TVColorSubtract(cTV_COLOR* retOutColor , cTV_COLOR* cColor1 , cTV_COLOR* cColor2) |
| NAME | OPTIONAL | DESCRIPTION |
|---|---|---|
| cColor1 | No | Color 1 (minuend) |
| cColor2 | No | Color 2 (subtrahend) |
| NAME | OPTIONAL | DESCRIPTION |
|---|---|---|
| retOutColor | No | Color difference |
| Example | Basic example. |
|---|