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

◆ operator[]() [1/2]

FASTLED_FORCE_INLINE fl::u8 & CRGB::operator[] ( fl::u8 x)
inline

Array access operator to index into the CRGB object.

Parameters
xthe index to retrieve (0-2)
Returns
the CRGB::raw value for the given index

Definition at line 140 of file crgb.h.

141 {
142 return raw[x];
143 }
int x
Definition simple.h:92

References FASTLED_FORCE_INLINE, and x.