Home
last modified time | relevance | path

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

/plugin/processing/
Dscript.js1096 currentStrokeColor = 0xFFFDFDFD,
5014 'currentStrokeColor': currentStrokeColor, property
5040 currentStrokeColor = oldState.currentStrokeColor;
7324 if(color === currentStrokeColor && doStroke) {
7328 currentStrokeColor = color;
7340 curContext.strokeStyle = p.color.toString(currentStrokeColor);
7435 p.set(x, y, colorBlendWithAlpha(c, currentStrokeColor, alphaOfPointWeight));
7438 curContext.fillStyle = p.color.toString(currentStrokeColor);
7445 curContext.fillStyle = p.color.toString(currentStrokeColor);
7505 vert[6] = currentStrokeColor;
[all …]