L_LVKRN_API L_INT L_VecInvertColors(pVector)
Inverts the colors in the vector handle.
Pointer to a vector handle.
| Value | Meaning |
|---|---|
| SUCCESS | The function was successful. |
| < 1 | An error occurred. Refer to Return Codes. |
Required DLLs and Libraries
L_LTVKRNTEX_API L_INT VecInvertColorsExample(pVECTORHANDLE pVector){return L_VecInvertColors( pVector );}