FastLED 3.9.15
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages

◆ operator[]() [2/2]

const uint8_t & CHSV::operator[] ( uint8_t 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 58 of file chsv.h.

59 {
60 return raw[x];
61 }
int x
Definition Audio.ino:71

References x.