|
RADLib
RADical C++ application framework
|
RGBA image returned by plot renderers. More...
#include <RADPlot.h>
Public Attributes | |
| int | width = 0 |
| Image width in pixels. More... | |
| int | height = 0 |
| Image height in pixels. More... | |
| std::vector< PlotPixel > | pixels |
| Pixel buffer in row-major order. More... | |
RGBA image returned by plot renderers.
| int RADUi::PlotImage::height = 0 |
Image height in pixels.
| std::vector<PlotPixel> RADUi::PlotImage::pixels |
Pixel buffer in row-major order.
| int RADUi::PlotImage::width = 0 |
Image width in pixels.