AG_FixedPlotterCurve * AG_FixedPlotterCurve (AG_FixedPlotter *fpl, const char *name, Uint8 r, Uint8 g, Uint8 b, Uint32 limit)
void AG_FixedPlotterDatum (AG_FixedPlotterCurve *curve, AG_FixedPlotterValue val)
|
The
AG_FixedPlotterCurve() function creates a new curve into
fpl. The
r, g, b triplet composes a color to visually identify the item.
limit is the maximum number of points (if 0, the maximum is implicitely
INT_MAX - 1).
The
AG_FixedPlotterDatum() function adds a value
val to the specified
curve. |