705 {
706 const CRGB *entry = &(pal[0]) + index;
707
708 uint8_t red = entry->red;
709 uint8_t green = entry->green;
710 uint8_t blue = entry->blue;
711
718 }
719
720 return CRGB(red, green, blue);
721}
UISlider brightness("Brightness", 255, 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)