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
43
of file
lut.h
.
43
:
length
(
length
) {
44
T
*
ptr
=
LargeBlockAllocator<T>::Alloc
(
length
);
45
mDataHandle
.reset(
ptr
);
46
data
=
ptr
;
47
}
fl::LUT::data
T * data
Definition
lut.h:70
fl::LUT::mDataHandle
fl::scoped_ptr< T > mDataHandle
Definition
lut.h:69
fl::LUT::length
uint32_t length
Definition
lut.h:71
fl::LUT
Definition
lut.h:41
fl::LargeBlockAllocator::Alloc
static T * Alloc(size_t n)
Definition
allocator.h:18
fl
LUT
Generated on Fri Apr 18 2025 03:39:32 for FastLED by
1.13.2