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

◆ 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 }
uint32_t x[NUM_LAYERS]
Definition Fire2023.ino:80

References x.