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