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

Function setFillStyle

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

Source from the content-addressed store, hash-verified

16106 }
16107
16108 function setFillStyle( value ) {
16109
16110 if ( _contextFillStyle !== value ) {
16111
16112 _context.fillStyle = value;
16113 _contextFillStyle = value;
16114
16115 }
16116
16117 }
16118
16119 function setDashAndGap( dashSizeValue, gapSizeValue ) {
16120

Callers 4

Three59dev.jsFile · 0.70
renderParticleFunction · 0.70
fillPathFunction · 0.70
patternPathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected