public static class RMImageEffect.ConeKernel
extends java.awt.image.Kernel
| Constructor and Description |
|---|
ConeKernel(int radius)
Creates Kernel with number of pixels, on each size, which are taken into account by the Kernel.
|
| Modifier and Type | Method and Description |
|---|---|
static float[] |
getConeKernel(int radius)
Returns kernel for a cone blur convolve.
|