FastLED
3.9.15
Loading...
Searching...
No Matches
◆
LUT()
[1/2]
template<typename T>
fl::LUT
< T >::LUT
(
u32
length
)
inline
Definition at line
37
of file
lut.h
.
37
:
length
(
length
) {
38
T
*
ptr
=
PSRamAllocator<T>::Alloc
(
length
);
39
mDataHandle
.reset(
ptr
);
40
data
=
ptr
;
41
}
fl::LUT::mDataHandle
fl::unique_ptr< T > mDataHandle
Definition
lut.h:102
fl::LUT::data
T * data
Definition
lut.h:103
fl::LUT::length
u32 length
Definition
lut.h:104
fl::LUT
Definition
lut.h:35
fl::PSRamAllocator::Alloc
static T * Alloc(fl::size n)
Definition
allocator.h:44
fl
LUT
Generated on Fri Aug 22 2025 20:59:36 for FastLED by
1.13.2