public interface Filter
This class is Thread-Safe.
Modifier and Type | Method and Description |
---|---|
ImageBuffer |
filter(ImageBuffer source)
Apply a filter to the image source.
|
Transform |
getTransform(double scaleX,
double scaleY)
Get the associated transform.
|
static final Filter NO_FILTER
ImageBuffer filter(ImageBuffer source)
source
- The image source.Transform getTransform(double scaleX, double scaleY)
scaleX
- The horizontal scale.scaleY
- The vertical scale.Copyright © 2016 Byron 3D Games Studio. All rights reserved.