MCPcopy Index your code
hub / github.com/processing/processing / setFillOpacity

Method setFillOpacity

core/src/processing/core/PShapeSVG.java:1264–1267  ·  view source on GitHub ↗
(String opacityText)

Source from the content-addressed store, hash-verified

1262
1263
1264 void setFillOpacity(String opacityText) {
1265 fillOpacity = PApplet.parseFloat(opacityText);
1266 fillColor = ((int) (fillOpacity * 255)) << 24 | fillColor & 0xFFFFFF;
1267 }
1268
1269
1270 void setColor(String colorText, boolean isFill) {

Callers 1

parseColorsMethod · 0.95

Calls 1

parseFloatMethod · 0.95

Tested by

no test coverage detected