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

◆ ColorFromPaletteHD() [1/5]

CRGB16 fl::ColorFromPaletteHD ( const CRGBPalette16 & pal,
fl::u16 index,
fl::u8x8 brightness,
TBlendType blendType )

Definition at line 533 of file colorutils.cpp.hpp.

534 {
535 return ColorFromPaletteHDImpl<4>(
536 RuntimeRGBPaletteReader<16>{fl::span<const CRGB, 16>(&pal.entries[0], 16)},
537 index, brightness, blendType);
538}
fl::UISlider brightness("Brightness", BRIGHTNESS, 0, 255)

References brightness.