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

Function setFillStyle

Three.js/js/Three62.js:16376–16385  ·  view source on GitHub ↗
( value )

Source from the content-addressed store, hash-verified

16374 }
16375
16376 function setFillStyle( value ) {
16377
16378 if ( _contextFillStyle !== value ) {
16379
16380 _context.fillStyle = value;
16381 _contextFillStyle = value;
16382
16383 }
16384
16385 }
16386
16387 function setDashAndGap( dashSizeValue, gapSizeValue ) {
16388

Callers 4

Three62.jsFile · 0.70
renderSpriteFunction · 0.70
fillPathFunction · 0.70
patternPathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected