An ellipse primitive. More...
#include <primitives.h>
Public Attributes | |
| bool | centric: 4 |
| centric fill of ellipse? | |
| ICanvas::RGBA | color |
| the color | |
| float | erx |
| the x-radius | |
| float | ery |
| the y-radius | |
| ICanvas::RGBA | fcol1 |
| start color of the color gradient | |
| ICanvas::RGBA | fcol2 |
| end color of the color gradient | |
| bool | fill: 4 |
| is the ellipse filled? | |
| bool | markerPoint: 3 |
| is the point a marker point? | |
| bool | mask: 3 |
| is the point masked? | |
| uint8_t | mval |
| the mask value | |
| PointPrimitive | p |
| the center point of the ellipse | |
| bool | unscaled: 1 |
| is the point unscaled? | |
| float | x |
| the x-coordinate | |
| float | y |
| the y-coordinate | |
An ellipse primitive.
centric fill of ellipse?
ICanvas::RGBA HGL::ImageOutput::PointPrimitive::color [inherited] |
the color
the x-radius
the y-radius
start color of the color gradient
end color of the color gradient
is the ellipse filled?
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
the center point of the ellipse
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