MCPcopy Create free account
hub / github.com/Tencent/tgfx / transform

Method transform

test/src/CanvasTest.cpp:1382–1387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1380 }
1381
1382 Fill transform(const Fill& fill) const override {
1383 auto newFill = fill;
1384 newFill.color = color;
1385 newFill.color.alpha *= fill.color.alpha;
1386 return newFill;
1387 }
1388
1389 private:
1390 Color color = {};

Callers 4

TGFX_TESTFunction · 0.45
TGFX_TESTFunction · 0.45
TGFX_TESTFunction · 0.45
TGFX_TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected