MPImageFilterRaw
BrightnessContrastEffectRaw
IRawBitmapProcessor
IRawBitmapProcessorAsync
AsyncCompleted (Inherited) (console safe) | Returns true if asynchronous execution has completed, else false. |
AsyncResult (Inherited) (console safe) | Returns the result bitmap of asynchronous execution. |
BrightnessValue (console safe) | Sets the brightness value to use. (-1.0 to 1.0) |
CPUCoreCount (Inherited) (console safe) | Returns number of detected CPU cores on the running machine. |
Canceled (Inherited) (console safe) | If this one returns true then the effects execution was canceled by a Progress handler. |
ContrastValue (console safe) | Sets the contrast value to use. |
ErrorCode (Inherited) (console safe) | Returns error code after applying the effect. This value is a Constant defined in the PictureEffectsRawError module. |
ForceThreads (Inherited) (console safe) | Forces use of thread when set to true even when using only one CPU core. |
Mask (console safe) | Sets mask for the operation if masking is wanted. |
MaximumCPUCores (Inherited) (console safe) | Read only property where each effect can report maximum CPU cores it supports. |
MultiprocessingHint (Inherited) (console safe) | 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 this class. |
ProgressHandler (Inherited) (console safe) | 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 (console safe) | Applies the effect on a RawBitmap image with parameters that have been set on the class instance. |
Apply (console safe) | Applies the effect on a RawBitmap image with parameters that have been set on the class instance, taking additionally value for the brightness and contrast as parameters. |
ApplyAsync (console safe) | Applies the effect asynchronously on a RawBitmap image with parameters that have been set on the class instance. |
ApplyInPlace (console safe) | Applies the effect on a RawBitmap image with parameters that have been set on the class instance, and the RawBitmap passed in will also get the result image. |
ApplyInPlaceAsync (console safe) | Applies the effect asynchronously on a RawBitmap image with parameters that have been set on the class instance, and the RawBitmap passed in will also get the result image. |
Cancel (Inherited) (console safe) | Cancels processing and waits for threads to come to full stop when in asynchronous execution. |
CPU_USE_MACHINE_CORE_COUNT = -1 (Inherited) | |
CPU_USE_AUTOMATIC = 0 (Inherited) | |
CPU_USE_1_CORE = 1 (Inherited) | |
CPU_USE_2_CORES = 2 (Inherited) | |
CPU_USE_3_CORES = 3 (Inherited) | |
CPU_USE_4_CORES = 4 (Inherited) | |
CPU_USE_5_CORES = 5 (Inherited) | |
CPU_USE_6_CORES = 6 (Inherited) | |
CPU_USE_7_CORES = 7 (Inherited) | |
CPU_USE_8_CORES = 8 (Inherited) |