|
FastLED 3.9.15
|
This is the complete list of members for fl::XYMap, including all inherited members.
| constructRectangularGrid(u16 width, u16 height, u16 offset=0) FL_NOEXCEPT | fl::XYMap | static |
| constructSerpentine(u16 width, u16 height, u16 offset=0) FL_NOEXCEPT | fl::XYMap | static |
| constructWithLookUpTable(u16 width, u16 height, const u16 *lookUpTable, u16 offset=0) FL_NOEXCEPT | fl::XYMap | static |
| constructWithUserFunction(u16 width, u16 height, XYFunction xyFunction, u16 offset=0) FL_NOEXCEPT | fl::XYMap | static |
| convertToLookUpTable() FL_NOEXCEPT | fl::XYMap | |
| fromXMap(const XMap &xmap) FL_NOEXCEPT | fl::XYMap | static |
| getHeight() const FL_NOEXCEPT | fl::XYMap | |
| getTotal() const FL_NOEXCEPT | fl::XYMap | |
| getType() const FL_NOEXCEPT | fl::XYMap | |
| getWidth() const FL_NOEXCEPT | fl::XYMap | |
| has(u16 x, u16 y) const FL_NOEXCEPT | fl::XYMap | inline |
| has(int x, int y) const FL_NOEXCEPT | fl::XYMap | inline |
| height | fl::XYMap | private |
| identity(u16 width, u16 height) FL_NOEXCEPT | fl::XYMap | inlinestatic |
| isFunction() const FL_NOEXCEPT | fl::XYMap | inline |
| isLineByLine() const FL_NOEXCEPT | fl::XYMap | inline |
| isLUT() const FL_NOEXCEPT | fl::XYMap | inline |
| isRectangularGrid() const FL_NOEXCEPT | fl::XYMap | inline |
| isSerpentine() const FL_NOEXCEPT | fl::XYMap | inline |
| isSerpentineOrLineByLine() const FL_NOEXCEPT | fl::XYMap | inline |
| kFunction enum value | fl::XYMap | |
| kLineByLine enum value | fl::XYMap | |
| kLookUpTable enum value | fl::XYMap | |
| kSerpentine enum value | fl::XYMap | |
| mapPixels(const CRGB *input, CRGB *output) const FL_NOEXCEPT | fl::XYMap | |
| mapToIndex(const u16 &x, const u16 &y) const FL_NOEXCEPT | fl::XYMap | |
| mapToIndex(IntType x, IntType y) const FL_NOEXCEPT | fl::XYMap | inline |
| mLookUpTable | fl::XYMap | private |
| mOffset | fl::XYMap | private |
| operator()(u16 x, u16 y) const FL_NOEXCEPT | fl::XYMap | inline |
| operator=(const XYMap &other) FL_NOEXCEPT=default | fl::XYMap | |
| setRectangularGrid() FL_NOEXCEPT | fl::XYMap | |
| toScreenMap() const FL_NOEXCEPT | fl::XYMap | |
| type | fl::XYMap | private |
| width | fl::XYMap | private |
| xyFunction | fl::XYMap | private |
| XYMap(u16 width, u16 height, bool is_serpentine=true, u16 offset=0) FL_NOEXCEPT | fl::XYMap | |
| XYMap(const XYMap &other) FL_NOEXCEPT=default | fl::XYMap | |
| XYMap(u16 width, u16 height, XyMapType type) FL_NOEXCEPT | fl::XYMap | private |
| XyMapType enum name | fl::XYMap |