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

Function setFillStyle

Three.js/js/Three56.js:14639–14648  ·  view source on GitHub ↗
( value )

Source from the content-addressed store, hash-verified

14637 }
14638
14639 function setFillStyle( value ) {
14640
14641 if ( _contextFillStyle !== value ) {
14642
14643 _context.fillStyle = value;
14644 _contextFillStyle = value;
14645
14646 }
14647
14648 }
14649
14650 function setDashAndGap( dashSizeValue, gapSizeValue ) {
14651

Callers 4

Three56.jsFile · 0.70
renderParticleFunction · 0.70
fillPathFunction · 0.70
patternPathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected