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::XYMap | static |
constructSerpentine(u16 width, u16 height, u16 offset=0) | fl::XYMap | static |
constructWithLookUpTable(u16 width, u16 height, const u16 *lookUpTable, u16 offset=0) | fl::XYMap | static |
constructWithUserFunction(u16 width, u16 height, XYFunction xyFunction, u16 offset=0) | fl::XYMap | static |
convertToLookUpTable() | fl::XYMap | |
getHeight() const | fl::XYMap | |
getTotal() const | fl::XYMap | |
getType() const | fl::XYMap | |
getWidth() const | fl::XYMap | |
has(u16 x, u16 y) const | fl::XYMap | inline |
has(int x, int y) const | fl::XYMap | inline |
height | fl::XYMap | private |
identity(u16 width, u16 height) | fl::XYMap | inlinestatic |
isFunction() const | fl::XYMap | inline |
isLineByLine() const | fl::XYMap | inline |
isLUT() const | fl::XYMap | inline |
isRectangularGrid() const | fl::XYMap | inline |
isSerpentine() const | fl::XYMap | inline |
isSerpentineOrLineByLine() const | 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::XYMap | |
mapToIndex(const u16 &x, const u16 &y) const | fl::XYMap | |
mapToIndex(IntType x, IntType y) const | fl::XYMap | inline |
mLookUpTable | fl::XYMap | private |
mOffset | fl::XYMap | private |
operator()(u16 x, u16 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(u16 width, u16 height, bool is_serpentine=true, u16 offset=0) | fl::XYMap | |
XYMap(const XYMap &other)=default | fl::XYMap | |
XYMap(u16 width, u16 height, XyMapType type) | fl::XYMap | private |
XyMapType enum name | fl::XYMap |