MCPcopy Index your code
hub / github.com/benfry/processing4 / 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 * Sets the specular color of the materials used for shapes drawn to the

Callers 2

ambientMethod · 0.95
fillFromCalcMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected