706 {
707 const CRGB *entry = &(pal[0]) + index;
708
710 fl::u8 green = entry->green;
711 fl::u8 blue = entry->blue;
712
719 }
720
721 return CRGB(red, green, blue);
722}
UISlider brightness("Brightness", 128, 0, 255, 1)
LIB8STATIC_ALWAYS_INLINE void cleanup_R1()
Clean up the r1 register after a series of *LEAVING_R1_DIRTY calls.
LIB8STATIC_ALWAYS_INLINE uint8_t scale8_video_LEAVING_R1_DIRTY(uint8_t i, fract8 scale)
This version of scale8_video() does not clean up the R1 register on AVR.
Representation of an RGB pixel (Red, Green, Blue)