Category Geometry items, Object ProCurve

Function ProCurveColorGet


DEPRECATED: Since Wildfire 5.0
SUPERSEDED BY: ProCurvePersistentColorGet
Description
NOTE:

This function is deprecated. Use ProCurvePersistentColorGet() instead.

Finds the color of the specified curve.
Synopsis
#include <ProCurve.h>
ProErrorProCurveColorGet(
ProCurve p_curve
/* (In)
The curve handle
*/
ProColortype* p_color
/* (Out)
The retrieved color of the curve
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSThe input argument is invalid.