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