Uses of Class
org.praxislive.video.pgl.code.userapi.PImage
-
Packages that use PImage Package Description org.praxislive.video.pgl.code org.praxislive.video.pgl.code.userapi -
-
Uses of PImage in org.praxislive.video.pgl.code
Methods in org.praxislive.video.pgl.code with parameters of type PImage Modifier and Type Method Description void
P2DCodeDelegate. background(PImage image)
void
P3DCodeDelegate. background(PImage image)
void
P2DCodeDelegate. image(PImage img, double a, double b)
void
P2DCodeDelegate. image(PImage img, double a, double b, double c, double d)
void
P2DCodeDelegate. image(PImage img, double a, double b, double c, double d, int u1, int v1, int u2, int v2)
void
P3DCodeDelegate. image(PImage img, double a, double b)
void
P3DCodeDelegate. image(PImage img, double a, double b, double c, double d)
void
P3DCodeDelegate. image(PImage img, double a, double b, double c, double d, int u1, int v1, int u2, int v2)
void
P2DCodeDelegate. texture(PImage image)
void
P3DCodeDelegate. texture(PImage image)
-
Uses of PImage in org.praxislive.video.pgl.code.userapi
Subclasses of PImage in org.praxislive.video.pgl.code.userapi Modifier and Type Class Description class
PGraphics2D
class
PGraphics3D
Methods in org.praxislive.video.pgl.code.userapi with parameters of type PImage Modifier and Type Method Description void
PShader. set(String name, PImage tex)
void
PShape. setTexture(PImage tex)
PShape
PShape. texture(PImage tex)
-