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
}
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