MPImageFilter
ImageChannelMixer
AlphaChannel | This property will contain the alpha channel as ImageChannel if it was requested in the ExtractChannels function that this property would be populated. |
AlphaChannePicture | This property will contain the alpha channel as Picture if it was requested in the ExtractChannels function that this property would be populated. |
BlueChannel | This property will contain the blue channel as ImageChannel if it was requested in the ExtractChannels function that this property would be populated. |
BlueChannelPicture | This property will contain the blue channel as Picture if it was requested in the ExtractChannels function that this property would be populated. |
GreenChannel | This property will contain the green channel as ImageChannel if it was requested in the ExtractChannels function that this property would be populated. |
GreenChannelPicture | This property will contain the green channel as Picture if it was requested in the ExtractChannels function that this property would be populated. |
RedChannel | This property will contain the red channel as ImageChannel if it was requested in the ExtractChannels function that this property would be populated. |
RedChannelPicture | This property will contain the red channel as Picture if it was requested in the ExtractChannels function that this property would be populated. |
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. |
CombineChannels | Combines red,green,blue and alpha channels from ImageChannel instances into one image. |
CombineChannels | Combines red,green,blue and alpha channels from Picture instances into one image. |
CombineChannels | Combines red,green and blue channels from Picture instances into one image. |
CombineChannels | Combines red,green and blue channels from ImageChannel instances into one image. |
ExtractChannels | Extracts image channels from a image. |