A poly primitive. More...
#include <primitives.h>
Public Attributes | |
| ICanvas::RGBA | col1 |
| start color of the color gradient | |
| ICanvas::RGBA | col2 |
| end color of the color gradient | |
| ICanvas::RGBA | color |
| the color | |
| bool | markerPoint: 3 |
| is the point a marker point? | |
| bool | mask: 3 |
| is the point masked? | |
| uint8_t | mval |
| the mask value | |
| PointPrimitive | p1 |
| the starting point of the line | |
| PointPrimitive | p2 |
| the ending point of the line | |
| bool | scaled |
| need to apply scaling if false | |
| bool | unscaled: 1 |
| is the point unscaled? | |
| float | x |
| the x-coordinate | |
| float | y |
| the y-coordinate | |
A poly primitive.
start color of the color gradient
end color of the color gradient
ICanvas::RGBA HGL::ImageOutput::PointPrimitive::color [inherited] |
the color
bool HGL::ImageOutput::PointPrimitive::markerPoint [inherited] |
is the point a marker point?
bool HGL::ImageOutput::PointPrimitive::mask [inherited] |
is the point masked?
uint8_t HGL::ImageOutput::PointPrimitive::mval [inherited] |
the mask value
PointPrimitive HGL::ImageOutput::LinePrimitive::p1 [inherited] |
the starting point of the line
PointPrimitive HGL::ImageOutput::LinePrimitive::p2 [inherited] |
the ending point of the line
bool HGL::ImageOutput::LinePrimitive::scaled [inherited] |
need to apply scaling if false
bool HGL::ImageOutput::PointPrimitive::unscaled [inherited] |
is the point unscaled?
float HGL::ImageOutput::PointPrimitive::x [inherited] |
the x-coordinate
float HGL::ImageOutput::PointPrimitive::y [inherited] |
the y-coordinate
1.6.1