- Examples
- NoisePlusPalette.ino.
Definition at line 39 of file xymap.h.
|
enum | XyMapType { kSeperentine = 0
, kLineByLine
, kFunction
, kLookUpTable
} |
|
◆ XyMapType
◆ XYMap()
XYMap::XYMap |
( |
uint16_t | width, |
|
|
uint16_t | height, |
|
|
bool | is_serpentine = true, |
|
|
uint16_t | offset = 0 ) |
|
inline |
◆ constructRectangularGrid()
static XYMap XYMap::constructRectangularGrid |
( |
uint16_t | width, |
|
|
uint16_t | height, |
|
|
uint16_t | offset = 0 ) |
|
inlinestatic |
◆ constructWithLookUpTable()
static XYMap XYMap::constructWithLookUpTable |
( |
uint16_t | width, |
|
|
uint16_t | height, |
|
|
const uint16_t * | lookUpTable, |
|
|
uint16_t | offset = 0 ) |
|
inlinestatic |
◆ constructWithUserFunction()
static XYMap XYMap::constructWithUserFunction |
( |
uint16_t | width, |
|
|
uint16_t | height, |
|
|
XYFunction | xyFunction, |
|
|
uint16_t | offset = 0 ) |
|
inlinestatic |
◆ convertToLookUpTable()
void XYMap::convertToLookUpTable |
( |
| ) |
|
|
inline |
◆ getHeight()
uint16_t XYMap::getHeight |
( |
| ) |
const |
|
inline |
◆ getTotal()
uint16_t XYMap::getTotal |
( |
| ) |
const |
|
inline |
◆ getType()
XyMapType XYMap::getType |
( |
| ) |
const |
|
inline |
◆ getWidth()
uint16_t XYMap::getWidth |
( |
| ) |
const |
|
inline |
◆ mapPixels()
void XYMap::mapPixels |
( |
const CRGB * | input, |
|
|
CRGB * | output ) const |
|
inline |
◆ mapToIndex()
uint16_t XYMap::mapToIndex |
( |
uint16_t | x, |
|
|
uint16_t | y ) const |
|
inline |
◆ setRectangularGrid()
void XYMap::setRectangularGrid |
( |
| ) |
|
|
inline |
◆ toScreenMap()
The documentation for this class was generated from the following files:
- /home/runner/work/FastLED/FastLED/src/xymap.h
- /home/runner/work/FastLED/FastLED/src/xymap.cpp