MCPcopy Index your code
hub / github.com/processing/processing / strokeFromCalc

Method strokeFromCalc

core/src/processing/core/PGraphics.java:6589–6601  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6587
6588
6589 protected void strokeFromCalc() {
6590 stroke = true;
6591 strokeR = calcR;
6592 strokeG = calcG;
6593 strokeB = calcB;
6594 strokeA = calcA;
6595 strokeRi = calcRi;
6596 strokeGi = calcGi;
6597 strokeBi = calcBi;
6598 strokeAi = calcAi;
6599 strokeColor = calcColor;
6600 strokeAlpha = calcAlpha;
6601 }
6602
6603
6604

Callers 1

strokeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected