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

Method clearColor

core/src/processing/opengl/PGL.java:3340–3340  ·  view source on GitHub ↗
(float r, float g, float b, float a)

Source from the content-addressed store, hash-verified

3338 public abstract void stencilMask(int mask);
3339 public abstract void stencilMaskSeparate(int face, int mask);
3340 public abstract void clearColor(float r, float g, float b, float a);
3341 public abstract void clearDepth(float d);
3342 public abstract void clearStencil(int s);
3343 public abstract void clear(int buf);

Callers 7

clearBackgroundMethod · 0.95
beginRenderMethod · 0.95
endRenderMethod · 0.95
createFBOLayerMethod · 0.95
endOffscreenDrawMethod · 0.45
clearMethod · 0.45
initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected