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

445 {
446 return (CRGB*)pixels + offset;
447}
UISlider offset("Offset", 0.0f, 0.0f, 1.0f, 0.01f)
Representation of an RGB pixel (Red, Green, Blue)
Definition crgb.h:55

References offset().

+ Here is the call graph for this function: