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

Method ColorModifier

test/src/CanvasTest.cpp:1379–1380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1377class ColorModifier : public FillModifier {
1378 public:
1379 explicit ColorModifier(Color color) : color(color) {
1380 }
1381
1382 Fill transform(const Fill& fill) const override {
1383 auto newFill = fill;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected