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

488 {
489 return (CRGB*)pixels + offset;
490}
fl::UISlider offset("Offset", 0.0f, 0.0f, 1.0f, 0.01f)
fl::CRGB CRGB
Definition crgb.h:25

References offset().

+ Here is the call graph for this function: