MCPcopy Create free account
hub / github.com/stemkoski/stemkoski.github.com / setStrokeStyle

Function setStrokeStyle

7DFPS/js/Three.js:16470–16479  ·  view source on GitHub ↗
( value )

Source from the content-addressed store, hash-verified

16468 }
16469
16470 function setStrokeStyle( value ) {
16471
16472 if ( _contextStrokeStyle !== value ) {
16473
16474 _context.strokeStyle = value;
16475 _contextStrokeStyle = value;
16476
16477 }
16478
16479 }
16480
16481 function setFillStyle( value ) {
16482

Callers 3

renderParticleFunction · 0.70
renderLineFunction · 0.70
strokePathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected