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

◆ operator[]() [1/2]

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

102 {
103 return raw[x];
104 }

References FASTLED_FORCE_INLINE, FL_NOEXCEPT, and fl::x.