hgl 0.5.25
A compiler/interpreter suite for developing images (plugin development)
Public Attributes | List of all members
HGL::ImageOutput::PointPrimitive Struct Reference

A point primitive. More...

#include "primitives.h"

Public Attributes

ICanvas::RGBA color
 the color More...
 
bool markerPoint: 3
 is the point a marker point? More...
 
bool mask: 3
 is the point masked? More...
 
uint8_t mval
 the mask value More...
 
bool unscaled: 1
 is the point unscaled? More...
 
float x
 the x-coordinate More...
 
float y
 the y-coordinate More...
 

Detailed Description

A point primitive.

Author
Heiko Schäfer heiko.nosp@m.@hgl.nosp@m..rang.nosp@m.un.d.nosp@m.e
Since
0.4.70

Member Data Documentation

ICanvas::RGBA HGL::ImageOutput::PointPrimitive::color

the color

bool HGL::ImageOutput::PointPrimitive::markerPoint

is the point a marker point?

bool HGL::ImageOutput::PointPrimitive::mask

is the point masked?

uint8_t HGL::ImageOutput::PointPrimitive::mval

the mask value

bool HGL::ImageOutput::PointPrimitive::unscaled

is the point unscaled?

float HGL::ImageOutput::PointPrimitive::x

the x-coordinate

float HGL::ImageOutput::PointPrimitive::y

the y-coordinate