Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ setTransform
Method
setTransform
src/fl/gfx/xypath.cpp.hpp:269–271 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
267
}
268
269
void XYPath::setTransform(const TransformFloat &transform) {
270
mPathRenderer->setTransform(transform);
271
}
272
273
void XYPath::drawColor(const CRGB &color, float from, float to, Leds *leds,
274
int steps) {
Callers
1
NewCustomPath
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected