| 47 | } |
| 48 | |
| 49 | fg_err fg_release_plot(fg_plot pPlot) |
| 50 | { |
| 51 | try { |
| 52 | ARG_ASSERT(0, (pPlot!=0)); |
| 53 | |
| 54 | delete getPlot(pPlot); |
| 55 | } |
| 56 | CATCHALL |
| 57 | |
| 58 | return FG_ERR_NONE; |
| 59 | } |
| 60 | |
| 61 | fg_err fg_set_plot_color(fg_plot pPlot, |
| 62 | const float pRed, const float pGreen, |