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

◆ operator[]() [1/2]

fl::u8 & fl::CHSV::operator[] ( fl::u8 x)
inline

Array access operator to index into the CHSV object.

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

Definition at line 51 of file hsv.h.

52 {
53 return raw[x];
54 }
int x
Definition simple.h:92

References x.