FastLED
3.9.15
Loading...
Searching...
No Matches
◆
make_lut_u16()
template<typename Fn, fl::size... Is>
LutArray
< u16, sizeof...(Is)> fl::detail::make_lut_u16
(
fl::index_sequence
< Is... >
)
constexpr
Definition at line
241
of file
gamma_lut.h
.
241
{
242
return
{{ Fn()(
static_cast<
u8
>
(Is))... }};
243
}
fl::u8
unsigned char u8
Definition
stdint.h:131
References
FL_NOEXCEPT
.
fl
detail
Generated on Tue Jun 16 2026 00:07:09 for FastLED by
1.13.2