DEPRECATED: | Since Wildfire 5.0 | |||||||
SUPERSEDED BY: | ProGraphicsColorModify | |||||||
Description | ||||||||
Changes the color used to draw any subsequent graphics.
NOTE: This function is deprecated. Use ProGraphicsColorModify() instead. |
||||||||
Replacement in Object TOOLKIT: | pfcDisplay::CurrentGraphicsColor | |||||||
Synopsis | ||||||||
#include <ProGraphic.h> | ||||||||
ProError | ProGraphicsColorSet | ( | ||||||
ProColortype new_color | ||||||||
/* (In) | ||||||||
The new color to use when drawing a graphics entity. The default color is white. | ||||||||
*/ | ||||||||
ProColortype* p_old_color | ||||||||
/* (Out) | ||||||||
The previous color. May be NULL. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|