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

◆ operator[]() [2/2]

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

149 {
150 return raw[x];
151 }
int x
Definition simple.h:92

References FASTLED_FORCE_INLINE, and x.