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