MCPcopy 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
269void XYPath::setTransform(const TransformFloat &transform) {
270 mPathRenderer->setTransform(transform);
271}
272
273void XYPath::drawColor(const CRGB &color, float from, float to, Leds *leds,
274 int steps) {

Callers 1

NewCustomPathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected