|
FastLED 3.9.15
|
Color adjustment structure for pixel output.
IMPORTANT: This must remain POD (Plain Old Data) compatible. Micro-memory devices (e.g., AVR, ESP8266) require POD types for efficient memory layout and register optimization. Only static member functions are allowed - no non-static member functions, virtual functions, or constructors.
Definition at line 74 of file pixel_controller.h.
#include <pixel_controller.h>
Collaboration diagram for ColorAdjustment:Static Public Member Functions | |
| static ColorAdjustment | noAdjustment () |
| the per-channel scale values premixed with brightness. | |
Public Attributes | |
| CRGB | premixed |