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 voidP2DCodeDelegate. background(PImage image)voidP3DCodeDelegate. background(PImage image)voidP2DCodeDelegate. image(PImage img, double a, double b)voidP2DCodeDelegate. image(PImage img, double a, double b, double c, double d)voidP2DCodeDelegate. image(PImage img, double a, double b, double c, double d, int u1, int v1, int u2, int v2)voidP3DCodeDelegate. image(PImage img, double a, double b)voidP3DCodeDelegate. image(PImage img, double a, double b, double c, double d)voidP3DCodeDelegate. image(PImage img, double a, double b, double c, double d, int u1, int v1, int u2, int v2)voidP2DCodeDelegate. texture(PImage image)voidP3DCodeDelegate. 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 classPGraphics2DclassPGraphics3DMethods in org.praxislive.video.pgl.code.userapi with parameters of type PImage Modifier and Type Method Description voidPShader. set(String name, PImage tex)voidPShape. setTexture(PImage tex)PShapePShape. texture(PImage tex)
-