FastLED 3.9.15
Loading...
Searching...
No Matches
core_types.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  fl::modulators
 
struct  fl::oscillators
 
struct  fl::render_parameters
 
struct  fl::rgb
 

Namespaces

namespace  fl
 Base definition for an LED controller.
 

Macros

#define num_oscillators   10
 

Class Documentation

◆ fl::modulators

struct fl::modulators
Class Members
float directional[num_oscillators] = {}
float linear[num_oscillators] = {}
float noise_angle[num_oscillators] = {}
float radial[num_oscillators] = {}

◆ fl::oscillators

struct fl::oscillators
Class Members
float master_speed = 0.0f
float offset[num_oscillators] = {}
float ratio[num_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

struct fl::rgb
Class Members
float blue = 0.0f
float green = 0.0f
float red = 0.0f