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

◆ operator[]() [2/2]

const fl::u8 & fl::CHSV::operator[] ( fl::u8 x) const
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 57 of file hsv.h.

58 {
59 return raw[x];
60 }
int x
Definition simple.h:92

References x.