MPSImageSubtract 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.
A MPSImageArithmetic kernel that performs element-wise subtraction of two images.
[Foundation.Register("MPSImageSubtract", true)]
public class MPSImageSubtract : MetalPerformanceShaders.MPSImageArithmetic
[<Foundation.Register("MPSImageSubtract", true)>]
type MPSImageSubtract = class
inherit MPSImageArithmetic
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| MPSImageSubtract(IMTLDevice) | |
| MPSImageSubtract(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| MPSImageSubtract(NSCoder) |
A constructor that initializes the object from the data stored in the unarchiver object. |
| MPSImageSubtract(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 | (Inherited from MPSImageArithmetic) |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| ClipRect |
The region of the destination in which to write data. (Inherited from MPSBinaryImageKernel) |
| DebugDescription | (Inherited from NSObject) |
| Description | (Inherited from NSObject) |
| Device |
Gets the device for which the kernel will be encoded. (Inherited from MPSKernel) |
| ExposedBindings | (Inherited from NSObject) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| Label |
Gets or sets a programmer-friendly name for the shader (Inherited from MPSKernel) |
| MaximumValue | (Inherited from MPSImageArithmetic) |
| MinimumValue | (Inherited from MPSImageArithmetic) |
| Options |
Gets or sets the list of kernel options for running the shader. (Inherited from MPSKernel) |
| PrimaryEdgeMode |
Gets or sets the behavior to use when the shader encounters the edge of the primary image. (Inherited from MPSBinaryImageKernel) |
| PrimaryOffset |
Gets or sets the ___location of the destination clipping rectangle in the primary texture. (Inherited from MPSBinaryImageKernel) |
| PrimaryScale | (Inherited from MPSImageArithmetic) |
| PrimaryStrideInPixels | (Inherited from MPSImageArithmetic) |
| RetainCount | (Inherited from NSObject) |
| SecondaryEdgeMode |
Gets or sets the behavior to use when the shader encounters the edge of the secondary image. (Inherited from MPSBinaryImageKernel) |
| SecondaryOffset |
Gets or sets the ___location of the destination clipping rectangle in the secondary texture. (Inherited from MPSBinaryImageKernel) |
| SecondaryScale | (Inherited from MPSImageArithmetic) |
| SecondaryStrideInPixels | (Inherited from MPSImageArithmetic) |
| 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) |