Disp Library Functions

 

VxGetEnvColor VxRedrawState
 

 VxGetEnvColor

int VxGetEnvColor(int , int *, int *, int *)
int idColor i
index of color to get. 
int *indxRed i
level of red (0-255). 
int *indxGreen i
level of green (0-255). 
int *indxBlue i
level of blue (0-255). 

Description

   Return the RGB level associated with the specified color.

Memory-Management

 

Caveats

 

 Top


 VxRedrawState

void VxRedrawState(int)
int iEnabled i
1=redraw enabled (ON), 0=redraw disabled (OFF) 

Description

Disable/enable display redraw.  This function should NEVER be
called during a redraw.  The calling procedure should ALWAYS
re-enable redraw before exiting -- that is, calls to this
function must ALWAYS be in disable/enable pairs.

Memory-Management

 

Caveats

 

 Top

Return to VX CAD/CAM Index