Home
last modified time | relevance | path

Searched refs:currentFillColor (Results 1 – 1 of 1) sorted by relevance

/plugin/processing/
H A Dscript.js1092 currentFillColor = 0xFFFFFFFF, variable
5012 'currentFillColor': currentFillColor, property in p.pushStyle.newState
5038 currentFillColor = oldState.currentFillColor;
7295 if(color === currentFillColor && doFill) {
7299 currentFillColor = color;
7311 curContext.fillStyle = p.color.toString(currentFillColor);
7504 vert[5] = currentFillColor;
10829 curContext.fillStyle = p.color.toString(currentFillColor);
11088 hud.fill(currentFillColor);