| Class | Description |
|---|---|
| Pblend |
Call blend
|
| Pcopy |
Call copy
|
| Pdecode |
Decode a base64 encoded image content into a PImage instance
|
| Pfilter |
Call filter
|
| Pget |
Call get
|
| Pimage |
Call image
|
| PimageMode |
Call imageMode
|
| Pmask |
Call PImage#mask
|
| PnoTint |
Call noTint
|
| Ppixels |
Call loadPixels then pixels
|
| Presize |
Resize a PImage using bilinear interpolation.
|
| Pset |
Call set
|
| Psize | |
| Ptint |
Call color
|
| PtoImage | |
| PupdatePixels |
Call update the pixel array then call loadPixels
|