The following tables list the members exposed by BrightnessContrastCommand.
| Name | Description | |
|---|---|---|
![]() | BrightnessContrastCommand Constructor | Overloaded. Initializes a new instance of BrightnessContrastCommand. Creates a new instance of BrightnessContrastCommand. |
| Name | Description | |
|---|---|---|
![]() | ApplyToAnyPixelFormat | Reports whether or not this command will be applied to any supplied PixelFormat image (Inherited from Atalasoft.Imaging.ImageProcessing.ImageCommand) |
![]() | AutoThread | |
![]() | CanApplyToAnyPixelFormat | Returns true if the command can be applied to any PixelFormat. (Inherited from Atalasoft.Imaging.ImageProcessing.ImageCommand) |
![]() | CurveShape | Gets or sets a value indicating the curve shape. |
![]() | InPlaceProcessing | Overridden. Gets a value indicating if the source image data is processed in-place as opposed to returning a new image. |
![]() | NewBrightness | Gets or sets the percent to increase or decrease brightness. |
![]() | NewContrast | Gets or sets the percent to increase or decrease contrast. |
![]() | Progress | Gets or sets the ProgressEventHandler delegate which can be used to view or cancel the progress of the current process. (Inherited from Atalasoft.Imaging.ImageProcessing.ImageCommand) |
![]() | RegionOfInterest | Gets or sets a region of the image area to process. (Inherited from Atalasoft.Imaging.ImageProcessing.ImageRegionCommand) |
![]() | SupportedPixelFormats | Overridden. Returns an array of PixelFormats supported by this command. |
| Name | Description | |
|---|---|---|
![]() | AdjustBands | |
![]() | Apply | Apply the command to the given image. (Inherited from Atalasoft.Imaging.ImageProcessing.ImageCommand) |
![]() | ApplyToImage | Applies this BrightnessContrastCommand using the current settings to the specified image. (Inherited from Atalasoft.Imaging.ImageProcessing.ImageCommand) |
![]() | Clone | |
![]() | GetObjectData | Overridden. |
![]() | IsPixelFormatSupported | Returns a value indicating if the specified pixel format is supported. (Inherited from Atalasoft.Imaging.ImageProcessing.ImageCommand) |
![]() | PerformSectionCommand |
| Name | Description | |
|---|---|---|
![]() | ConstructChangedSourceImage | The method is called by the default implementation of Apply. It determines if it is necessary to create a copy of the source image in a different pixel format and if so, determines the best new pixel format an allocates that image. (Inherited from Atalasoft.Imaging.ImageProcessing.ImageCommand) |
![]() | ConstructFinalImage | Called by the default implementation of Apply, ConstructFinalImage constructs the image that will be used as the destination image for the command. (Inherited from Atalasoft.Imaging.ImageProcessing.ImageCommand) |
![]() | ConstructImageResults | Constructs the results object for this command. (Inherited from Atalasoft.Imaging.ImageProcessing.ImageCommand) |
![]() | GetChangedPixelFormat | This method is called to change the pixel format of the source image. (Inherited from Atalasoft.Imaging.ImageProcessing.ImageCommand) |
![]() | ImageCommandGetObjectData | (Inherited from Atalasoft.Imaging.ImageProcessing.ImageCommand) |
![]() | PerformActualCommand | Overridden. |
![]() | SelectBestAlternatePixelFormat | Choose the best pixel format to use for this command when the supplied source image's pixel format is unacceptable. (Inherited from Atalasoft.Imaging.ImageProcessing.ImageCommand) |
![]() | SelectPreferredPixelFormat | Chooses a pixel format that is preferred for this command. (Inherited from Atalasoft.Imaging.ImageProcessing.ImageCommand) |
![]() | VerifyImage | Verify the integrity of an AtalaImage. (Inherited from Atalasoft.Imaging.ImageProcessing.ImageCommand) |
![]() | VerifyProperties | Overridden. |



