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

◆ ColorFromPaletteHD() [3/5]

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

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

389 {
390 return ColorFromPaletteHDImpl<5>(
391 RuntimeRGBPaletteReader<32>{fl::span<const CRGB, 32>(&pal.entries[0], 32)},
392 index, brightness, blendType);
393}
fl::UISlider brightness("Brightness", BRIGHTNESS, 0, 255)

References brightness.

Referenced by FL_DISABLE_WARNING().

+ Here is the caller graph for this function: