FastLED
3.9.15
Loading...
Searching...
No Matches
◆
make_lut_u8()
template<typename Fn, fl::size... Is>
LutArray
<
u8
, sizeof...(Is)> fl::detail::make_lut_u8
(
fl::index_sequence
< Is... >
)
constexpr
Definition at line
235
of file
gamma_lut.h
.
235
{
236
return
{{ Fn()(
static_cast<
u8
>
(Is))... }};
237
}
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