|
hyperion.ng
|
The Led structure contains the definition of the image portion used to determine a single led's color. More...
#include <LedString.h>
Public Attributes | |
| unsigned | index |
| The index of the led. | |
| double | minX_frac |
| The minimum vertical scan line included for this leds color. | |
| double | maxX_frac |
| The maximum vertical scan line included for this leds color. | |
| double | minY_frac |
| The minimum horizontal scan line included for this leds color. | |
| double | maxY_frac |
| The maximum horizontal scan line included for this leds color. | |
| int | clone |
| id to clone | |
| ColorOrder | colorOrder |
| the color order | |
The Led structure contains the definition of the image portion used to determine a single led's color.
/// |--------------------image--| /// | minX maxX | /// | |-----|minY | /// | | | | /// | |-----|maxY | /// | | /// | | /// | | /// |---------------------------| ///
1.8.12