API Documentation > Geometry items > Object ProCurve > Function ProCurveColorGet
Function ProCurveColorGet
DEPRECATED:
Since Wildfire 5.0
Description
NOTE:
This function is deprecated. Use ProCurvePersistentColorGet() instead. Finds the color of the specified curve.
Synopsis
#include <ProCurve.h>
ProCurveColorGet
(
ProCurve p_curve
/* (In)
The curve handle
*/
ProColortype* p_color
/* (Out)
The retrieved color of the curve
*/
)
Returns
The function completed successfully.
The input argument is invalid.
Was this helpful?