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

Method ambientFromCalc

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

Source from the content-addressed store, hash-verified

6898
6899
6900 protected void ambientFromCalc() {
6901 ambientColor = calcColor;
6902 ambientR = calcR;
6903 ambientG = calcG;
6904 ambientB = calcB;
6905 setAmbient = true;
6906 }
6907
6908 /**
6909 * ( begin auto-generated from specular.xml )

Callers 2

ambientMethod · 0.95
fillFromCalcMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected