MPSImageConvolution Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Filter that represents a convolution.
[Foundation.Register("MPSImageConvolution", true)]
public class MPSImageConvolution : MetalPerformanceShaders.MPSUnaryImageKernel
[<Foundation.Register("MPSImageConvolution", true)>]
type MPSImageConvolution = class
inherit MPSUnaryImageKernel
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| MPSImageConvolution(IMTLDevice) |
Constructs a new |
| MPSImageConvolution(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| MPSImageConvolution(NSCoder, IMTLDevice) |
A constructor that initializes the object from the data stored in the unarchiver object. |
| MPSImageConvolution(NSCoder) |
A constructor that initializes the object from the data stored in the unarchiver object. |
| MPSImageConvolution(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| Bias |
Gets or sets a value that is added to a pixel after it is transformed. |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| ClipRect |
Gets or sets the clipping rectangle in which to write data. The default value writes to the entire image. (Inherited from MPSUnaryImageKernel) |
| DebugDescription | (Inherited from NSObject) |
| Description | (Inherited from NSObject) |
| Device |
Gets the device for which the kernel will be encoded. (Inherited from MPSKernel) |
| EdgeMode |
Gets or sets the behavior to use when the shader encounters the edge of the image. (Inherited from MPSUnaryImageKernel) |
| ExposedBindings | (Inherited from NSObject) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| KernelHeight |
Gets the height of the window around the pixel to consider. This is always an odd number. |
| KernelWidth |
Gets the width of the window around the pixel to consider. This is always an odd number. |
| Label |
Gets or sets a programmer-friendly name for the shader (Inherited from MPSKernel) |
| Offset |
Gets or sets the location of the destination clipping rectangle in the source texture. (Inherited from MPSUnaryImageKernel) |
| Options |
Gets or sets the list of kernel options for running the shader. (Inherited from MPSKernel) |
| RetainCount | (Inherited from NSObject) |
| Self | (Inherited from NSObject) |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| Zone | (Inherited from NSObject) |