public final class MPSImageEdgeMode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Clamp
Out of bound pixels are clamped to nearest edge pixel
|
static long |
Constant
Out of bound pixels are filled with a constant value defined by the filter.
|
static long |
Mirror
Out of bound pixels are mirrored wrt.
|
static long |
MirrorWithEdge
Out of bound pixels are mirrored wrt.
|
static long |
Zero
Out of bound pixels are (0,0,0,1) for image with pixel format without alpha channel
and (0,0,0,0) for image with pixel format that has an alpha channel
|
public static final long Zero
public static final long Clamp
public static final long Mirror
public static final long MirrorWithEdge
public static final long Constant