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

Function setFillStyle

7DFPS/js/Three.js:16481–16490  ·  view source on GitHub ↗
( value )

Source from the content-addressed store, hash-verified

16479 }
16480
16481 function setFillStyle( value ) {
16482
16483 if ( _contextFillStyle !== value ) {
16484
16485 _context.fillStyle = value;
16486 _contextFillStyle = value;
16487
16488 }
16489
16490 }
16491
16492 function setDashAndGap( dashSizeValue, gapSizeValue ) {
16493

Callers 4

Three.jsFile · 0.70
renderParticleFunction · 0.70
fillPathFunction · 0.70
patternPathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected