Function ProGraphicsColorSet
DEPRECATED:
Since Wildfire 5.0
Description
Changes the color used to draw any subsequent graphics.
NOTE:
This function is deprecated. Use ProGraphicsColorModify() instead.
Replacement in Object TOOLKIT:
Synopsis
#include <ProGraphic.h>
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
The function successfully changed the color.
The current color is the same as the new color.
User Guide References
これは役に立ちましたか?