- java.lang.Object
-
- org.praxislive.video.render.ops.ScaledBlit
-
-
Constructor Summary
Constructors Constructor Description ScaledBlit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlendModegetBlendMode()RectanglegetDestinationRegion(Rectangle rect)doublegetOpacity()RectanglegetSourceRegion(Rectangle rect)booleanhasDestinationRegion()booleanhasSourceRegion()voidprocess(PixelData output, PixelData... inputs)ScaledBlitsetBlendMode(BlendMode blendMode)ScaledBlitsetDestinationRegion(int x, int y, int width, int height)ScaledBlitsetDestinationRegion(Rectangle rect)ScaledBlitsetOpacity(double opacity)ScaledBlitsetSourceRegion(int x, int y, int width, int height)ScaledBlitsetSourceRegion(Rectangle rect)
-
-
-
Method Detail
-
setSourceRegion
public ScaledBlit setSourceRegion(Rectangle rect)
-
setSourceRegion
public ScaledBlit setSourceRegion(int x, int y, int width, int height)
-
hasSourceRegion
public boolean hasSourceRegion()
-
setDestinationRegion
public ScaledBlit setDestinationRegion(Rectangle rect)
-
setDestinationRegion
public ScaledBlit setDestinationRegion(int x, int y, int width, int height)
-
hasDestinationRegion
public boolean hasDestinationRegion()
-
setBlendMode
public ScaledBlit setBlendMode(BlendMode blendMode)
-
getBlendMode
public BlendMode getBlendMode()
-
setOpacity
public ScaledBlit setOpacity(double opacity)
-
getOpacity
public double getOpacity()
-
-