Wiki > TV3D65 Index > TVMathLibrary
Calculates color negative.
| VB.NET | TVColorNegative(retOutColor As TV_COLOR , cColor As TV_COLOR) |
|---|---|
| C++ | void TVColorNegative(cTV_COLOR* retOutColor , cTV_COLOR* cColor) |
| NAME | OPTIONAL | DESCRIPTION |
|---|---|---|
| cColor | No | Input color |
| NAME | OPTIONAL | DESCRIPTION |
|---|---|---|
| retOutColor | No | Negative color |
| Example | Basic example. |
|---|