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