( begin auto-generated from stroke.xml ) 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).
(int rgb)
| 6539 | * @see PGraphics#colorMode(int, float, float, float, float) |
| 6540 | */ |
| 6541 | public void stroke(int rgb) { |
| 6542 | colorCalc(rgb); |
| 6543 | strokeFromCalc(); |
| 6544 | } |
| 6545 | |
| 6546 | |
| 6547 | /** |
no test coverage detected