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

Method tintFromCalc

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

Source from the content-addressed store, hash-verified

6706
6707
6708 protected void tintFromCalc() {
6709 tint = true;
6710 tintR = calcR;
6711 tintG = calcG;
6712 tintB = calcB;
6713 tintA = calcA;
6714 tintRi = calcRi;
6715 tintGi = calcGi;
6716 tintBi = calcBi;
6717 tintAi = calcAi;
6718 tintColor = calcColor;
6719 tintAlpha = calcAlpha;
6720 }
6721
6722
6723

Callers 1

tintMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected