This is the complete list of members for Loonim.UnsharpFilter, including all inherited members.
| Alpha | Loonim.ConvolveFilter | |
| Amount | Loonim.UnsharpFilter | |
| Convolve(Kernel kernel, Color[] inPixels, Color[] outPixels, int width, int height, ConvolveWrapping edgeAction) | Loonim.ConvolveFilter | inlinestatic |
| Convolve(Kernel kernel, Color[] inPixels, Color[] outPixels, int width, int height, bool alpha, ConvolveWrapping edgeAction) | Loonim.ConvolveFilter | inlinestatic |
| ConvolveAndTranspose(Kernel kernel, Color[] inPixels, Color[] outPixels, int width, int height, bool alpha, ConvolveWrapping edgeAction) | Loonim.GaussianFilter | inlinestatic |
| ConvolveFilter() | Loonim.ConvolveFilter | inline |
| ConvolveFilter(float[] matrix) | Loonim.ConvolveFilter | inline |
| ConvolveFilter(int rows, int cols, float[] matrix) | Loonim.ConvolveFilter | inline |
| ConvolveFilter(Kernel kernel) | Loonim.ConvolveFilter | inline |
| ConvolveH(Kernel kernel, Color[] inPixels, Color[] outPixels, int width, int height, bool alpha, ConvolveWrapping edgeAction) | Loonim.ConvolveFilter | inlinestatic |
| ConvolveHV(Kernel kernel, Color[] inPixels, Color[] outPixels, int width, int height, bool alpha, ConvolveWrapping edgeAction) | Loonim.ConvolveFilter | inlinestatic |
| ConvolveV(Kernel kernel, Color[] inPixels, Color[] outPixels, int width, int height, bool alpha, ConvolveWrapping edgeAction) | Loonim.ConvolveFilter | inlinestatic |
| EdgeAction | Loonim.ConvolveFilter | |
| Filter(int width, int height, Color[] src, Color[] target) | Loonim.UnsharpFilter | inlinevirtual |
| GaussianFilter() | Loonim.GaussianFilter | inline |
| GaussianFilter(float radius) | Loonim.GaussianFilter | inline |
| Kernel | Loonim.ConvolveFilter | |
| MakeKernel(float radius) | Loonim.GaussianFilter | inlinestatic |
| Radius | Loonim.GaussianFilter | |
| Threshold | Loonim.UnsharpFilter | |
| UnsharpFilter(float amount, float threshold, float radius) | Loonim.UnsharpFilter | inline |