MCPcopy Index your code
hub / github.com/benfry/processing4 / tintFromCalc

Method tintFromCalc

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

Source from the content-addressed store, hash-verified

6712
6713
6714 protected void tintFromCalc() {
6715 tint = true;
6716 tintR = calcR;
6717 tintG = calcG;
6718 tintB = calcB;
6719 tintA = calcA;
6720 tintRi = calcRi;
6721 tintGi = calcGi;
6722 tintBi = calcBi;
6723 tintAi = calcAi;
6724 tintColor = calcColor;
6725 tintAlpha = calcAlpha;
6726 }
6727
6728
6729

Callers 1

tintMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected