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

Function setFillStyle

Three.js/js/Three62dev.js:16334–16343  ·  view source on GitHub ↗
( value )

Source from the content-addressed store, hash-verified

16332 }
16333
16334 function setFillStyle( value ) {
16335
16336 if ( _contextFillStyle !== value ) {
16337
16338 _context.fillStyle = value;
16339 _contextFillStyle = value;
16340
16341 }
16342
16343 }
16344
16345 function setDashAndGap( dashSizeValue, gapSizeValue ) {
16346

Callers 4

Three62dev.jsFile · 0.70
renderParticleFunction · 0.70
fillPathFunction · 0.70
patternPathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected