|
FastLED 3.9.15
|
Definition at line 17 of file draw_visitor.h.
#include <draw_visitor.h>
Collaboration diagram for fl::XYDrawComposited:Public Member Functions | |
| XYDrawComposited (const CRGB &color, const XYMap &xymap, CRGB *out) | |
| XYDrawComposited (const XYDrawComposited &other)=default | |
| XYDrawComposited (XYDrawComposited &&other) noexcept | |
| void | draw (const vec2< fl::u16 > &pt, fl::u32 index, fl::u8 value) |
| XYDrawComposited & | operator= (const XYDrawComposited &other)=delete |
| XYDrawComposited & | operator= (XYDrawComposited &&other) noexcept=delete |
Public Attributes | |
| const CRGB | mColor |
| CRGB * | mOut |
| const XYMap | mXYMap |