get()
Image / PixelsDescription
Reads the color of any pixel or grabs a section of a PImage.
Syntax
color get(int x, int y)
Parameters
| Name | Type | Description |
|---|---|---|
| x | int | x-coordinate |
| y | int | y-coordinate |
Returns
colorRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...