FastLED 3.9.15
|
Definition at line 117 of file corkscrew.h.
#include <corkscrew.h>
Public Types | |
using | Input = CorkscrewInput |
using | iterator = CorkscrewOutput::iterator |
using | Output = CorkscrewOutput |
Public Member Functions | |
Corkscrew (const Corkscrew &)=default | |
Corkscrew (const Input &input) | |
Output & | access () |
const Output & | access () const |
vec2f | at (uint16_t i) const |
Tile2x2_u8 | at_splat (uint16_t i) const |
iterator | begin () |
iterator | end () |
size_t | size () const |
Static Public Member Functions | |
static CorkscrewOutput | generateMap (const Input &input) |
For testing. | |
Private Attributes | |
Input | mInput |
CorkscrewOutput | mOutput |