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

Method noLights

core/src/processing/opengl/PGraphics2D.java:570–573  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

568 }
569
570 @Override
571 public void noLights() {
572 showMethodWarning("noLights");
573 }
574
575 @Override
576 public void ambientLight(float red, float green, float blue) {

Callers

nothing calls this directly

Calls 1

showMethodWarningMethod · 0.45

Tested by

no test coverage detected