Inverts the colors in the vector handle.
#include "ltvkrn.h"
L_LVKRN_API L_INT L_VecInvertColors(pVector)
Pointer to a vector handle.
| Value | Meaning |
|---|---|
| SUCCESS | The function was successful. |
| < 1 | An error occurred. Refer to Return Codes. |
L_INT VecInvertColorsExample(pVECTORHANDLE pVector){return L_VecInvertColors( pVector );}