FastLED 3.9.15
Loading...
Searching...
No Matches
fl::XYMap Member List

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::XYMapstatic
constructSerpentine(uint16_t width, uint16_t height, uint16_t offset=0)fl::XYMapstatic
constructWithLookUpTable(uint16_t width, uint16_t height, const uint16_t *lookUpTable, uint16_t offset=0)fl::XYMapstatic
constructWithUserFunction(uint16_t width, uint16_t height, XYFunction xyFunction, uint16_t offset=0)fl::XYMapstatic
convertToLookUpTable()fl::XYMap
getHeight() constfl::XYMap
getTotal() constfl::XYMap
getType() constfl::XYMap
getWidth() constfl::XYMap
heightfl::XYMapprivate
kFunction enum valuefl::XYMap
kLineByLine enum valuefl::XYMap
kLookUpTable enum valuefl::XYMap
kSerpentine enum valuefl::XYMap
mapPixels(const CRGB *input, CRGB *output) constfl::XYMap
mapToIndex(uint16_t x, uint16_t y) constfl::XYMap
mapToIndex(int x, int y) constfl::XYMapinline
mLookUpTablefl::XYMapprivate
mOffsetfl::XYMapprivate
operator()(uint16_t x, uint16_t y) constfl::XYMapinline
operator=(const XYMap &other)=defaultfl::XYMap
setRectangularGrid()fl::XYMap
toScreenMap() constfl::XYMap
typefl::XYMapprivate
widthfl::XYMapprivate
xyFunctionfl::XYMapprivate
XYMap(uint16_t width, uint16_t height, bool is_serpentine=true, uint16_t offset=0)fl::XYMap
XYMap(const XYMap &other)=defaultfl::XYMap
XYMap(uint16_t width, uint16_t height, XyMapType type)fl::XYMapprivate
XyMapType enum namefl::XYMap