Definition at line 7 of file led_rope_interface.h.
|
virtual void | Set (int i, const Color3i &c)=0 |
|
virtual void | Set (int i, int length, const Color3i &color) |
|
virtual Color3i * | GetIterator (int i)=0 |
|
virtual int | length () const =0 |
|
virtual void | DrawSequentialRepeat (int repeat)=0 |
|
virtual void | DrawRepeat (const int *value_array, int array_length)=0 |
|
virtual void | RawBeginDraw ()=0 |
|
virtual void | RawDrawPixel (const Color3i &c)=0 |
|
virtual void | RawDrawPixels (const Color3i &c, int n)=0 |
|
virtual void | RawDrawPixel (uint8_t r, uint8_t g, uint8_t b)=0 |
|
virtual void | RawCommitDraw ()=0 |
|
◆ ~LedRopeInterface()
virtual LedRopeInterface::~LedRopeInterface |
( |
| ) |
|
|
inlinevirtual |
◆ Set()
virtual void LedRopeInterface::Set |
( |
int | i, |
|
|
int | length, |
|
|
const Color3i & | color ) |
|
inlinevirtual |
The documentation for this class was generated from the following file: