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

Function setStrokeStyle

Three.js/js/Three60.js:16277–16286  ·  view source on GitHub ↗
( value )

Source from the content-addressed store, hash-verified

16275 }
16276
16277 function setStrokeStyle( value ) {
16278
16279 if ( _contextStrokeStyle !== value ) {
16280
16281 _context.strokeStyle = value;
16282 _contextStrokeStyle = value;
16283
16284 }
16285
16286 }
16287
16288 function setFillStyle( value ) {
16289

Callers 3

renderParticleFunction · 0.70
renderLineFunction · 0.70
strokePathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected