MCPcopy
hub / github.com/stemkoski/stemkoski.github.com / setStrokeStyle

Function setStrokeStyle

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

Source from the content-addressed store, hash-verified

16321 }
16322
16323 function setStrokeStyle( value ) {
16324
16325 if ( _contextStrokeStyle !== value ) {
16326
16327 _context.strokeStyle = value;
16328 _contextStrokeStyle = value;
16329
16330 }
16331
16332 }
16333
16334 function setFillStyle( value ) {
16335

Callers 3

renderParticleFunction · 0.70
renderLineFunction · 0.70
strokePathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected