FastLED
3.9.15
Loading...
Searching...
No Matches
◆
LUT()
[1/2]
template<typename T>
fl::LUT
< T >::LUT
(
uint32_t
length
)
inline
Definition at line
36
of file
lut.h
.
36
:
length
(
length
) {
37
T
*
ptr
=
LargeBlockAllocator<T>::Alloc
(
length
);
38
mDataHandle
.reset(
ptr
);
39
data
=
ptr
;
40
}
fl::LUT::data
T * data
Definition
lut.h:102
fl::LUT::mDataHandle
fl::scoped_ptr< T > mDataHandle
Definition
lut.h:101
fl::LUT::length
uint32_t length
Definition
lut.h:103
fl::LUT
Definition
lut.h:34
fl::LargeBlockAllocator::Alloc
static T * Alloc(size_t n)
Definition
allocator.h:15
fl
LUT
Generated on Thu May 29 2025 04:44:58 for FastLED by
1.13.2