RADLib
RADical C++ application framework
RADUi::PlotImage Struct Reference

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< PlotPixelpixels
 Pixel buffer in row-major order. More...
 

Detailed Description

RGBA image returned by plot renderers.

Member Data Documentation

◆ height

int RADUi::PlotImage::height = 0

Image height in pixels.

◆ pixels

std::vector<PlotPixel> RADUi::PlotImage::pixels

Pixel buffer in row-major order.

◆ width

int RADUi::PlotImage::width = 0

Image width in pixels.


The documentation for this struct was generated from the following file: