Home
last modified time | relevance | path

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

/plugin/processing/
H A Dscript.js1096 currentStrokeColor = 0xFFFDFDFD, variable
5014 'currentStrokeColor': currentStrokeColor, property in p.pushStyle.newState
5040 currentStrokeColor = oldState.currentStrokeColor;
7328 currentStrokeColor = color;
7505 vert[6] = currentStrokeColor;
8635 p.set(x1, y, currentStrokeColor);
8640 p.set(x, y1, currentStrokeColor);
8795 p.set(x + i, y, currentStrokeColor);
8796 p.set(x + i, y2, currentStrokeColor);
8799 p.set(x, y + i, currentStrokeColor);
[all …]