- java.lang.Object
-
- org.praxislive.video.render.ops.RectFill
-
-
Constructor Summary
Constructors Constructor Description RectFill()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlendModegetBlendMode()RectanglegetBounds(Rectangle rect)ColorgetColor()doublegetOpacity()voidprocess(PixelData output, PixelData... inputs)RectFillsetBlendMode(BlendMode blendMode)RectFillsetBounds(int x, int y, int width, int height)RectFillsetBounds(Rectangle rect)RectFillsetColor(Color color)RectFillsetOpacity(double opacity)
-