( begin auto-generated from colorMode.xml ) Changes the way Processing interprets color data. By default, the parameters for fill() , stroke() , background() , and color() are defined by values between 0 and 255 using the RGB color model. The colorMode() function is
(int mode)
| 7557 | * @see PGraphics#stroke(float) |
| 7558 | */ |
| 7559 | public void colorMode(int mode) { |
| 7560 | colorMode(mode, colorModeX, colorModeY, colorModeZ, colorModeA); |
| 7561 | } |
| 7562 | |
| 7563 | |
| 7564 | /** |
no outgoing calls
no test coverage detected