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

◆ operator[]() [1/2]

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

53 {
54 return raw[x];
55 }
uint32_t x[NUM_LAYERS]
Definition Fire2023.ino:80

References x.