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

This is the complete list of members for XYMap, including all inherited members.

constructRectangularGrid(u16 width, u16 height, u16 offset=0)XYMapstatic
constructSerpentine(u16 width, u16 height, u16 offset=0)XYMapstatic
constructWithLookUpTable(u16 width, u16 height, const u16 *lookUpTable, u16 offset=0)XYMapstatic
constructWithUserFunction(u16 width, u16 height, XYFunction xyFunction, u16 offset=0)XYMapstatic
convertToLookUpTable()XYMap
getHeight() constXYMap
getTotal() constXYMap
getType() constXYMap
getWidth() constXYMap
has(u16 x, u16 y) constXYMapinline
has(int x, int y) constXYMapinline
heightXYMapprivate
identity(u16 width, u16 height)XYMapinlinestatic
isFunction() constXYMapinline
isLineByLine() constXYMapinline
isLUT() constXYMapinline
isRectangularGrid() constXYMapinline
isSerpentine() constXYMapinline
isSerpentineOrLineByLine() constXYMapinline
kFunction enum valueXYMap
kLineByLine enum valueXYMap
kLookUpTable enum valueXYMap
kSerpentine enum valueXYMap
mapPixels(const CRGB *input, CRGB *output) constXYMap
mapToIndex(const u16 &x, const u16 &y) constXYMap
mapToIndex(IntType x, IntType y) constXYMapinline
mLookUpTableXYMapprivate
mOffsetXYMapprivate
operator()(u16 x, u16 y) constXYMapinline
operator=(const XYMap &other)=defaultXYMap
setRectangularGrid()XYMap
toScreenMap() constXYMap
typeXYMapprivate
widthXYMapprivate
xyFunctionXYMapprivate
XYMap(u16 width, u16 height, bool is_serpentine=true, u16 offset=0)XYMap
XYMap(const XYMap &other)=defaultXYMap
XYMap(u16 width, u16 height, XyMapType type)XYMapprivate
XyMapType enum nameXYMap