set()
Image / PixelsDescription
Changes the color of any pixel or writes an image directly to the display window.
Syntax
void set(int x, int y, color c)
Parameters
| Name | Type | Description |
|---|---|---|
| x | int | x-coordinate |
| y | int | y-coordinate |
| c | color | color value |
Returns
voidRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...