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(u16 width, u16 height, u16 offset=0) FL_NOEXCEPTfl::XYMapstatic
constructSerpentine(u16 width, u16 height, u16 offset=0) FL_NOEXCEPTfl::XYMapstatic
constructWithLookUpTable(u16 width, u16 height, const u16 *lookUpTable, u16 offset=0) FL_NOEXCEPTfl::XYMapstatic
constructWithUserFunction(u16 width, u16 height, XYFunction xyFunction, u16 offset=0) FL_NOEXCEPTfl::XYMapstatic
convertToLookUpTable() FL_NOEXCEPTfl::XYMap
fromXMap(const XMap &xmap) FL_NOEXCEPTfl::XYMapstatic
getHeight() const FL_NOEXCEPTfl::XYMap
getTotal() const FL_NOEXCEPTfl::XYMap
getType() const FL_NOEXCEPTfl::XYMap
getWidth() const FL_NOEXCEPTfl::XYMap
has(u16 x, u16 y) const FL_NOEXCEPTfl::XYMapinline
has(int x, int y) const FL_NOEXCEPTfl::XYMapinline
heightfl::XYMapprivate
identity(u16 width, u16 height) FL_NOEXCEPTfl::XYMapinlinestatic
isFunction() const FL_NOEXCEPTfl::XYMapinline
isLineByLine() const FL_NOEXCEPTfl::XYMapinline
isLUT() const FL_NOEXCEPTfl::XYMapinline
isRectangularGrid() const FL_NOEXCEPTfl::XYMapinline
isSerpentine() const FL_NOEXCEPTfl::XYMapinline
isSerpentineOrLineByLine() const FL_NOEXCEPTfl::XYMapinline
kFunction enum valuefl::XYMap
kLineByLine enum valuefl::XYMap
kLookUpTable enum valuefl::XYMap
kSerpentine enum valuefl::XYMap
mapPixels(const CRGB *input, CRGB *output) const FL_NOEXCEPTfl::XYMap
mapToIndex(const u16 &x, const u16 &y) const FL_NOEXCEPTfl::XYMap
mapToIndex(IntType x, IntType y) const FL_NOEXCEPTfl::XYMapinline
mLookUpTablefl::XYMapprivate
mOffsetfl::XYMapprivate
operator()(u16 x, u16 y) const FL_NOEXCEPTfl::XYMapinline
operator=(const XYMap &other) FL_NOEXCEPT=defaultfl::XYMap
setRectangularGrid() FL_NOEXCEPTfl::XYMap
toScreenMap() const FL_NOEXCEPTfl::XYMap
typefl::XYMapprivate
widthfl::XYMapprivate
xyFunctionfl::XYMapprivate
XYMap(u16 width, u16 height, bool is_serpentine=true, u16 offset=0) FL_NOEXCEPTfl::XYMap
XYMap(const XYMap &other) FL_NOEXCEPT=defaultfl::XYMap
XYMap(u16 width, u16 height, XyMapType type) FL_NOEXCEPTfl::XYMapprivate
XyMapType enum namefl::XYMap