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

Method ambientLight

core/src/processing/opengl/PGraphics2D.java:575–578  ·  view source on GitHub ↗
(float red, float green, float blue)

Source from the content-addressed store, hash-verified

573 }
574
575 @Override
576 public void ambientLight(float red, float green, float blue) {
577 showMethodWarning("ambientLight");
578 }
579
580 @Override
581 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