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

◆ operator[]() [2/2]

FASTLED_FORCE_INLINE u8 & fl::CRGB::operator[] ( 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 93 of file crgb.h.

94 {
95 return raw[x];
96 }

References FASTLED_FORCE_INLINE, FL_NOEXCEPT, and fl::x.