FastLED 3.9.3
|
This is the complete list of members for XYMap, including all inherited members.
constructRectangularGrid(uint16_t width, uint16_t height, uint16_t offset=0) (defined in XYMap) | XYMap | inlinestatic |
constructWithLookUpTable(uint16_t width, uint16_t height, const uint16_t *lookUpTable, uint16_t offset=0) (defined in XYMap) | XYMap | inlinestatic |
constructWithUserFunction(uint16_t width, uint16_t height, XYFunction xyFunction, uint16_t offset=0) (defined in XYMap) | XYMap | inlinestatic |
convertToLookUpTable() (defined in XYMap) | XYMap | inline |
getHeight() const (defined in XYMap) | XYMap | inline |
getTotal() const (defined in XYMap) | XYMap | inline |
getType() const (defined in XYMap) | XYMap | inline |
getWidth() const (defined in XYMap) | XYMap | inline |
kFunction enum value (defined in XYMap) | XYMap | |
kLineByLine enum value (defined in XYMap) | XYMap | |
kLookUpTable enum value (defined in XYMap) | XYMap | |
kSeperentine enum value (defined in XYMap) | XYMap | |
mapPixels(const CRGB *input, CRGB *output) const (defined in XYMap) | XYMap | inline |
mapToIndex(uint16_t x, uint16_t y) const (defined in XYMap) | XYMap | inline |
setRectangularGrid() (defined in XYMap) | XYMap | inline |
toScreenMap() const (defined in XYMap) | XYMap | |
XYMap(uint16_t width, uint16_t height, bool is_serpentine=true, uint16_t offset=0) (defined in XYMap) | XYMap | inline |
XYMap(const XYMap &other)=default (defined in XYMap) | XYMap | |
XyMapType enum name (defined in XYMap) | XYMap |