FastLED 3.9.15
Loading...
Searching...
No Matches

◆ 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 453 of file pixelset.h.

453 {
454 return (CRGB*)pixels + offset;
455}
Representation of an RGB pixel (Red, Green, Blue)
Definition crgb.h:54