FastLED 3.9.15
Loading...
Searching...
No Matches

◆ __Pixels() [2/2]

void fl::Pixels::__Pixels ( int size,
Pixel * ledpoi,
leddirection direction,
Pixels * pib )
inline

Definition at line 164 of file ___pixeltypes.h.

165 {
166 pib->_size = size;
167 pib->ledpointer = ledpoi;
168 pib->_num_strips = 0;
169 pib->_direction = direction;
170 // pib->nb_child=0;
171 }

References Pixels(), _direction, _num_strips, _size, and ledpointer.

Referenced by Pixels(), Pixels(), Pixels(), and Pixels().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: