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

Function setFillStyle

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

Source from the content-addressed store, hash-verified

16286 }
16287
16288 function setFillStyle( value ) {
16289
16290 if ( _contextFillStyle !== value ) {
16291
16292 _context.fillStyle = value;
16293 _contextFillStyle = value;
16294
16295 }
16296
16297 }
16298
16299 function setDashAndGap( dashSizeValue, gapSizeValue ) {
16300

Callers 4

Three60.jsFile · 0.70
renderParticleFunction · 0.70
fillPathFunction · 0.70
patternPathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected