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

◆ ColorFromPaletteHD() [2/5]

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

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

985 {
986 return ColorFromPaletteHDImpl<8>(
987 RuntimeRGBPaletteReader<256>{fl::span<const CRGB, 256>(&pal.entries[0], 256)},
988 index, brightness, blendType);
989}
fl::UISlider brightness("Brightness", BRIGHTNESS, 0, 255)

References brightness.