FastLED 3.7.8
Loading...
Searching...
No Matches
Pixel Data Sets

Detailed Description

Classes for managing logical groups of LEDs

Classes

class  CPixelView< PIXEL_TYPE >
 Represents a set of LED objects. More...
 
class  CRGBArray< SIZE >
 A version of CPixelView<CRGB> with an included array of CRGB LEDs. More...
 

Functions

FASTLED_FORCE_INLINE CRGBoperator+ (const CRGBSet &pixels, int offset)
 Retrieve a pointer to a CRGB array, using a CRGBSet and an LED offset.
 

Function Documentation

◆ operator+()

FASTLED_FORCE_INLINE CRGB * operator+ ( const CRGBSet & pixels,
int offset )

Retrieve a pointer to a CRGB array, using a CRGBSet and an LED offset.

Definition at line 408 of file pixelset.h.