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

◆ operator[]() [2/2]

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

Array access operator to index into the hsv8 object.

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

Definition at line 52 of file hsv.h.

53 {
54 return raw[x];
55 }

References FASTLED_FORCE_INLINE, FL_NOEXCEPT, and fl::x.