L_VecInvertColors
#include "lvkrn.h"
L_INT EXT_FUNCTION L_VecInvertColors(pVector)
pVECTORHANDLE pVector; |
/* pointer to vector handle */ |
Inverts the colors in the vector handle.
Parameter |
Description |
pVector |
Pointer to a vector handle. |
Returns
SUCCESS |
The function was successful. |
< 1 |
An error occurred. Refer to Return Codes. |
Required DLLs and Libraries
LVKRN For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
See Also
Functions: |
|
Topics: |
|
|
Example
L_INT InvertColors( pVECTORHANDLE pVector )
{
return L_VecInvertColors ( pVector );
}