|
FastLED 3.9.15
|
This is the complete list of members for fl::Frame, including all inherited members.
| clear() | fl::Frame | |
| convertPixelsToRgb(fl::u8 *pixels, PixelFormat format) | fl::Frame | private |
| copy(const Frame &other) | fl::Frame | inline |
| draw(fl::span< CRGB > leds, DrawMode draw_mode=DrawMode::DRAW_MODE_OVERWRITE) const | fl::Frame | |
| drawXY(fl::span< CRGB > leds, const XYMap &xyMap, DrawMode draw_mode=DrawMode::DRAW_MODE_OVERWRITE) const | fl::Frame | |
| Frame(int pixels_per_frame) | fl::Frame | explicit |
| Frame(fl::u8 *pixels, fl::u16 width, fl::u16 height, PixelFormat format, fl::u32 timestamp=0) | fl::Frame | |
| Frame(const Frame &other) FL_NOEXCEPT | fl::Frame | |
| getFormat() const | fl::Frame | inline |
| getHeight() const | fl::Frame | inline |
| getTimestamp() const | fl::Frame | inline |
| getWidth() const | fl::Frame | inline |
| interpolate(const Frame &frame1, const Frame &frame2, u8 amountOfFrame2) | fl::Frame | |
| interpolate(const Frame &frame1, const Frame &frame2, u8 amountofFrame2, fl::span< CRGB > pixels) | fl::Frame | static |
| isFromCodec() const | fl::Frame | inline |
| isValid() const | fl::Frame | |
| mFormat | fl::Frame | private |
| mHeight | fl::Frame | private |
| mIsFromCodec | fl::Frame | private |
| mPixelsCount | fl::Frame | private |
| mRgb | fl::Frame | private |
| mTimestamp | fl::Frame | private |
| mWidth | fl::Frame | private |
| operator=(const Frame &other) FL_NOEXCEPT=delete | fl::Frame | |
| rgb() | fl::Frame | inline |
| rgb() const | fl::Frame | inline |
| size() const | fl::Frame | inline |
| ~Frame() FL_NOEXCEPT | fl::Frame |