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

Function setFillStyle

Three.js/js/Three66.js:17168–17177  ·  view source on GitHub ↗
( value )

Source from the content-addressed store, hash-verified

17166 }
17167
17168 function setFillStyle( value ) {
17169
17170 if ( _contextFillStyle !== value ) {
17171
17172 _context.fillStyle = value;
17173 _contextFillStyle = value;
17174
17175 }
17176
17177 }
17178
17179 function setDashAndGap( dashSizeValue, gapSizeValue ) {
17180

Callers 4

Three66.jsFile · 0.70
renderSpriteFunction · 0.70
fillPathFunction · 0.70
patternPathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected