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 voidVideoCodeDelegate. op(SurfaceOp op)voidVideoCodeDelegate. 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 voidPGraphics. op(SurfaceOp op)voidPGraphics. 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 voidPGLSurface. 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 voidSurface. process(SurfaceOp op)voidSurface. process(SurfaceOp op, Surface input)abstract voidSurface. 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 classBlitclassBlurclassDifferenceOpclassGraphicsOpclassNoiseclassRectFillclassReverseclassScaledBlitclassShapeRenderclassSubclassTextRenderclassTransformBlitMethods in org.praxislive.video.render.ops that return SurfaceOp Modifier and Type Method Description SurfaceOpSub. getOp()static SurfaceOpBlit. op()Deprecated.static SurfaceOpBlur. op(int radius)static SurfaceOpNoise. op()static SurfaceOpReverse. op(SurfaceOp op, PixelData target)static SurfaceOpSub. op(SurfaceOp op, int x, int y, int width, int height)static SurfaceOpSub. op(SurfaceOp op, Bounds bounds)Methods in org.praxislive.video.render.ops with parameters of type SurfaceOp Modifier and Type Method Description static SurfaceOpReverse. op(SurfaceOp op, PixelData target)static SurfaceOpSub. op(SurfaceOp op, int x, int y, int width, int height)static SurfaceOpSub. 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 voidBufferedImageSurface. process(SurfaceOp op, Surface... inputs)
-