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