FastLED 3.9.15
|
This is the complete list of members for fl::XYMap, including all inherited members.
constructRectangularGrid(uint16_t width, uint16_t height, uint16_t offset=0) | fl::XYMap | static |
constructSerpentine(uint16_t width, uint16_t height, uint16_t offset=0) | fl::XYMap | static |
constructWithLookUpTable(uint16_t width, uint16_t height, const uint16_t *lookUpTable, uint16_t offset=0) | fl::XYMap | static |
constructWithUserFunction(uint16_t width, uint16_t height, XYFunction xyFunction, uint16_t offset=0) | fl::XYMap | static |
convertToLookUpTable() | fl::XYMap | |
getHeight() const | fl::XYMap | |
getTotal() const | fl::XYMap | |
getType() const | fl::XYMap | |
getWidth() const | fl::XYMap | |
height | fl::XYMap | private |
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::XYMap | |
mapToIndex(uint16_t x, uint16_t y) const | fl::XYMap | |
mapToIndex(int x, int y) const | fl::XYMap | inline |
mLookUpTable | fl::XYMap | private |
mOffset | fl::XYMap | private |
operator()(uint16_t x, uint16_t y) const | fl::XYMap | inline |
operator=(const XYMap &other)=default | fl::XYMap | |
setRectangularGrid() | fl::XYMap | |
toScreenMap() const | fl::XYMap | |
type | fl::XYMap | private |
width | fl::XYMap | private |
xyFunction | fl::XYMap | private |
XYMap(uint16_t width, uint16_t height, bool is_serpentine=true, uint16_t offset=0) | fl::XYMap | |
XYMap(const XYMap &other)=default | fl::XYMap | |
XYMap(uint16_t width, uint16_t height, XyMapType type) | fl::XYMap | private |
XyMapType enum name | fl::XYMap |