FastLED 3.9.15
|
typedef CPixelView<CRGB> CRGBSet |
CPixelView specialized for CRGB pixel arrays - the most commonly used pixel view type.
CRGBSet provides all the functionality of CPixelView optimized for CRGB pixels. This is the primary interface for working with LED strips in FastLED.
Quick Start:
Definition at line 59 of file pixelset.h.