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

Function setStrokeStyle

Three.js/js/Three59dev.js:16097–16106  ·  view source on GitHub ↗
( value )

Source from the content-addressed store, hash-verified

16095 }
16096
16097 function setStrokeStyle( value ) {
16098
16099 if ( _contextStrokeStyle !== value ) {
16100
16101 _context.strokeStyle = value;
16102 _contextStrokeStyle = value;
16103
16104 }
16105
16106 }
16107
16108 function setFillStyle( value ) {
16109

Callers 3

renderParticleFunction · 0.70
renderLineFunction · 0.70
strokePathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected