MCPcopy Index your code
hub / github.com/benfry/processing4 / stroke

Method stroke

core/src/processing/core/PGraphics.java:6551–6554  ·  view source on GitHub ↗

Sets the color used to draw lines and borders around shapes. This color is either specified in terms of the RGB or HSB color depending on the current colorMode(). The default color space is RGB, with each value in the range from 0 to 255. When using hexadecimal notation to speci

(int rgb)

Source from the content-addressed store, hash-verified

6549 * @see PGraphics#colorMode(int, float, float, float, float)
6550 */
6551 public void stroke(int rgb) {
6552 colorCalc(rgb);
6553 strokeFromCalc();
6554 }
6555
6556
6557 /**

Callers 5

rawLinesMethod · 0.95
rawPointsMethod · 0.95
defaultSettingsMethod · 0.95
reapplySettingsMethod · 0.95
styleMethod · 0.95

Calls 2

colorCalcMethod · 0.95
strokeFromCalcMethod · 0.95

Tested by

no test coverage detected