@@ -53,13 +53,13 @@ FGAPI fg_err fg_retain_pie(fg_pie *pOut, fg_pie pIn);
53
53
FGAPI fg_err fg_release_pie (fg_pie pPie);
54
54
55
55
/* *
56
- Set the color of bar in the bar graph( pie)
56
+ Set the color of all sectors in the pie chart
57
57
58
58
This is global alpha value for the pie rendering that takes
59
- effect if individual bar alphas are not set by calling the following
60
- member functions
61
- - Pie::alphas()
62
- - Pie::alphasSize()
59
+ effect if individual sector alphas are not set in the buffer
60
+ obtained by the following functions
61
+ - fg_get_pie_alpha_buffer
62
+ - fg_get_pie_alpha_buffer_size
63
63
64
64
\param[in] pPie is the pie handle
65
65
\param[in] pRed is Red component in range [0, 1]
@@ -193,17 +193,17 @@ class Pie {
193
193
FGAPI ~Pie ();
194
194
195
195
/* *
196
- Set the color of bar in the bar graph( pie)
196
+ Set the color of all sectors in the pie chart
197
197
198
- \param[in] pColor takes values of type forge::Color to define bar color
198
+ \param[in] pColor takes values of type forge::Color to define sector color
199
199
**/
200
200
FGAPI void setColor (const Color pColor);
201
201
202
202
/* *
203
- Set the color of bar in the bar graph( pie)
203
+ Set the color of all sectors in the pie chart
204
204
205
205
This is global alpha value for the pie rendering that takes
206
- effect if individual bar alphas are not set by calling the following
206
+ effect if individual sector alphas are not set by calling the following
207
207
member functions
208
208
- Pie::alphas()
209
209
- Pie::alphasSize()
0 commit comments