MPImageFilter
BlendEffect
BlendMode | Set this property to define a special blend mode. |
FillMask | To limit the filtering to certain pixels then set a picture defining the mask to this property. |
FillPicture | The picture to draw onto the src picture. |
Location | Use this property to define where on the src picture the fillPicture should be drawn. |
Opacity | Defines the opacity value of the FillPicture. |
Size | Use this property to limit the size of the FillPicture. |
CPUCoreCount (Inherited) | Returns number of detected CPU cores on the running machine. |
ErrorCode (Inherited) | Returns error code after applying the effect. This value is a Constant defined in the PictureEffectsError module. |
MultiprocessingHint (Inherited) | Use this property to fine tune CPU usage for this algorithm. By default this property is set to zero (Automatic). This property accepts all constants that are defined in PictureEffectsCPUUsage. |
ProgressHandler (Inherited) | Use this property to use a progress class to get progress feedback from this function. This class must be a class that Implements the IProgressHandler Interface which is defined in this plugin. |
Apply | Applies the effect on a given 32 bit source image with parameters that have been set on the class instance. |
Apply | Applies the effect on a given 32 bit source image with a given 32 bit mask and returns the result to a new image. |