hyperion.ng
Public Attributes | List of all members
Led Struct Reference

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
 

Detailed Description

The Led structure contains the definition of the image portion used to determine a single led's color.

/// |--------------------image--|
/// | minX  maxX                |
/// |  |-----|minY              |
/// |  |     |                  |
/// |  |-----|maxY              |
/// |                           |
/// |                           |
/// |                           |
/// |---------------------------|
/// 

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