MCPcopy Index your code
hub / github.com/stemkoski/stemkoski.github.com / setFillStyle

Function setFillStyle

Three.js/js/ThreeDebug.js:10168–10176  ·  view source on GitHub ↗
( style )

Source from the content-addressed store, hash-verified

10166 }
10167
10168 function setFillStyle( style ) {
10169
10170 if ( _contextFillStyle != style ) {
10171
10172 _context.fillStyle = _contextFillStyle = style;
10173
10174 }
10175
10176 }
10177
10178};
10179/**

Callers 4

ThreeDebug.jsFile · 0.70
renderParticleFunction · 0.70
fillPathFunction · 0.70
patternPathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected