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