- java.lang.Object
-
- org.praxislive.video.render.ops.Blit
-
-
Constructor Summary
Constructors Constructor Description Blit()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description BlendMode
getBlendMode()
double
getOpacity()
Rectangle
getSourceRegion(Rectangle rect)
int
getX()
int
getY()
boolean
hasSourceRegion()
static SurfaceOp
op()
Deprecated.void
process(PixelData output, PixelData... inputs)
Blit
setBlendMode(BlendMode blendMode)
Blit
setOpacity(double opacity)
Blit
setSourceRegion(int x, int y, int width, int height)
Blit
setSourceRegion(Rectangle rect)
Blit
setX(int x)
Blit
setY(int y)
-
-
-
Method Detail
-
setX
public Blit setX(int x)
-
getX
public int getX()
-
setY
public Blit setY(int y)
-
getY
public int getY()
-
setSourceRegion
public Blit setSourceRegion(int x, int y, int width, int height)
-
hasSourceRegion
public boolean hasSourceRegion()
-
getBlendMode
public BlendMode getBlendMode()
-
setOpacity
public Blit setOpacity(double opacity)
-
getOpacity
public double getOpacity()
-
op
@Deprecated public static SurfaceOp op()
Deprecated.
-
-