|
FGAPI fg_err | fg_create_histogram (fg_histogram *pHistogram, const unsigned pNBins, const fg_dtype pDataType) |
| Creates a Histogram object. More...
|
|
FGAPI fg_err | fg_destroy_histogram (fg_histogram pHistogram) |
| Destroy Histogram object. More...
|
|
FGAPI fg_err | fg_set_histogram_color (fg_histogram pHistogram, const float pRed, const float pGreen, const float pBlue, const float pAlpha) |
| Set the color of bar in the bar graph(histogram) More...
|
|
FGAPI fg_err | fg_set_histogram_legend (fg_histogram pHistogram, const char *pLegend) |
| Set legend for histogram plot. More...
|
|
FGAPI fg_err | fg_get_histogram_vertex_buffer (unsigned *pOut, const fg_histogram pHistogram) |
| Get the resource identifier for vertices buffer. More...
|
|
FGAPI fg_err | fg_get_histogram_color_buffer (unsigned *pOut, const fg_histogram pHistogram) |
| Get the resource identifier for colors buffer. More...
|
|
FGAPI fg_err | fg_get_histogram_alpha_buffer (unsigned *pOut, const fg_histogram pHistogram) |
| Get the resource identifier for alpha values buffer. More...
|
|
FGAPI fg_err | fg_get_histogram_vertex_buffer_size (unsigned *pOut, const fg_histogram pHistogram) |
| Get the vertices buffer size in bytes. More...
|
|
FGAPI fg_err | fg_get_histogram_color_buffer_size (unsigned *pOut, const fg_histogram pHistogram) |
| Get the colors buffer size in bytes. More...
|
|
FGAPI fg_err | fg_get_histogram_alpha_buffer_size (unsigned *pOut, const fg_histogram pHistogram) |
| Get the alpha values buffer size in bytes. More...
|
|