Go to the source code of this file.
|
| namespace | fl |
| | Base definition for an LED controller.
|
| |
◆ fl::modulators
◆ fl::oscillators
◆ fl::render_parameters
| struct fl::render_parameters |
| Class Members |
|
float |
angle = 0.0f |
|
|
float |
center_x = (999 / 2) - 0.5 |
|
|
float |
center_y = (999 / 2) - 0.5 |
|
|
float |
dist = 0.0f |
|
|
float |
high_limit = 1 |
|
|
float |
low_limit = 0 |
|
|
float |
offset_x = 0.0f |
|
|
float |
offset_y = 0.0f |
|
|
float |
offset_z = 0.0f |
|
|
float |
scale_x = 0.1 |
|
|
float |
scale_y = 0.1 |
|
|
float |
scale_z = 0.1 |
|
|
float |
z = 0.0f |
|
◆ fl::rgb
| Class Members |
|
float |
blue = 0.0f |
|
|
float |
green = 0.0f |
|
|
float |
red = 0.0f |
|