GaussianBlurFilter Class Members
Kaliko.ImageLibrary.Filters Namespace : GaussianBlurFilter Class |
The following tables list the members exposed by GaussianBlurFilter.
Public Constructors
Name | Description | |
---|---|---|
GaussianBlurFilter Constructor | Overloaded. |
Public Properties
Name | Description | |
---|---|---|
Kernel | (Inherited from Kaliko.ImageLibrary.Filters.ConvolveFilter) | |
PremultiplyAlpha | (Inherited from Kaliko.ImageLibrary.Filters.ConvolveFilter) | |
Radius | The radius of the kernel, and hence the amount of blur. The bigger the radius, the longer this filter will take. | |
UseAlpha | (Inherited from Kaliko.ImageLibrary.Filters.ConvolveFilter) |
Public Methods
Name | Description | |
---|---|---|
ConvolveAndTranspose | Blur and transpose a block of ARGB pixels. | |
CreateKernel | Make a Gaussian blur kernel. | |
Run | Overridden. |