FastLED
3.9.15
Loading...
Searching...
No Matches
◆
ColorFromPaletteHD()
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
}
brightness
fl::UISlider brightness("Brightness", BRIGHTNESS, 0, 255)
fl::span
Definition
span.h:385
colorutils.h
Generated on Tue Jun 16 2026 00:07:01 for FastLED by
1.13.2