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
}
brightness
fl::UISlider brightness("Brightness", BRIGHTNESS, 0, 255)
fl::span
Definition
span.h:385
References
brightness
.
fl
Generated on Tue Jun 16 2026 00:07:04 for FastLED by
1.13.2