Uses of Interface
org.praxislive.video.render.SurfaceOp
-
-
Uses of SurfaceOp in org.praxislive.video.code
Methods in org.praxislive.video.code with parameters of type SurfaceOp Modifier and Type Method Description void
VideoCodeDelegate. op(SurfaceOp op)
void
VideoCodeDelegate. op(SurfaceOp op, PImage src)
-
Uses of SurfaceOp in org.praxislive.video.code.userapi
Methods in org.praxislive.video.code.userapi with parameters of type SurfaceOp Modifier and Type Method Description void
PGraphics. op(SurfaceOp op)
void
PGraphics. op(SurfaceOp op, PImage src)
-
Uses of SurfaceOp in org.praxislive.video.pgl
Methods in org.praxislive.video.pgl with parameters of type SurfaceOp Modifier and Type Method Description void
PGLSurface. process(SurfaceOp op, Surface... inputs)
-
Uses of SurfaceOp in org.praxislive.video.render
Methods in org.praxislive.video.render with parameters of type SurfaceOp Modifier and Type Method Description void
Surface. process(SurfaceOp op)
void
Surface. process(SurfaceOp op, Surface input)
abstract void
Surface. process(SurfaceOp op, Surface... inputs)
-
Uses of SurfaceOp in org.praxislive.video.render.ops
Classes in org.praxislive.video.render.ops that implement SurfaceOp Modifier and Type Class Description class
Blit
class
Blur
class
DifferenceOp
class
GraphicsOp
class
Noise
class
RectFill
class
Reverse
class
ScaledBlit
class
ShapeRender
class
Sub
class
TextRender
class
TransformBlit
Methods in org.praxislive.video.render.ops that return SurfaceOp Modifier and Type Method Description SurfaceOp
Sub. getOp()
static SurfaceOp
Blit. op()
Deprecated.static SurfaceOp
Blur. op(int radius)
static SurfaceOp
Noise. op()
static SurfaceOp
Reverse. op(SurfaceOp op, PixelData target)
static SurfaceOp
Sub. op(SurfaceOp op, int x, int y, int width, int height)
static SurfaceOp
Sub. op(SurfaceOp op, Bounds bounds)
Methods in org.praxislive.video.render.ops with parameters of type SurfaceOp Modifier and Type Method Description static SurfaceOp
Reverse. op(SurfaceOp op, PixelData target)
static SurfaceOp
Sub. op(SurfaceOp op, int x, int y, int width, int height)
static SurfaceOp
Sub. op(SurfaceOp op, Bounds bounds)
-
Uses of SurfaceOp in org.praxislive.video.render.utils
Methods in org.praxislive.video.render.utils with parameters of type SurfaceOp Modifier and Type Method Description void
BufferedImageSurface. process(SurfaceOp op, Surface... inputs)
-