Atalasoft dotImage Send comments on this topic.
BrightnessContrastCommand Class Members
See Also  Properties  Methods 
Atalasoft.dotImage Assembly > Atalasoft.Imaging.ImageProcessing.Effects Namespace : BrightnessContrastCommand Class


The following tables list the members exposed by BrightnessContrastCommand.

Public Constructors

 NameDescription
Public ConstructorBrightnessContrastCommand ConstructorOverloaded. Initializes a new instance of BrightnessContrastCommand.
Creates a new instance of BrightnessContrastCommand.  
Top

Public Properties

 NameDescription
Public PropertyApplyToAnyPixelFormatReports whether or not this command will be applied to any supplied PixelFormat image (Inherited from Atalasoft.Imaging.ImageProcessing.ImageCommand)
Public PropertyAutoThread  
Public PropertyCanApplyToAnyPixelFormatReturns true if the command can be applied to any PixelFormat. (Inherited from Atalasoft.Imaging.ImageProcessing.ImageCommand)
Public PropertyCurveShapeGets or sets a value indicating the curve shape.  
Public PropertyInPlaceProcessingOverridden. Gets a value indicating if the source image data is processed in-place as opposed to returning a new image.  
Public PropertyNewBrightnessGets or sets the percent to increase or decrease brightness.  
Public PropertyNewContrastGets or sets the percent to increase or decrease contrast.  
Public PropertyProgressGets 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)
Public PropertyRegionOfInterestGets or sets a region of the image area to process. (Inherited from Atalasoft.Imaging.ImageProcessing.ImageRegionCommand)
Public PropertySupportedPixelFormatsOverridden. Returns an array of PixelFormats supported by this command.  
Top

Public Methods

 NameDescription
Public MethodAdjustBands  
Public MethodApplyApply the command to the given image. (Inherited from Atalasoft.Imaging.ImageProcessing.ImageCommand)
Public MethodApplyToImageApplies this BrightnessContrastCommand using the current settings to the specified image. (Inherited from Atalasoft.Imaging.ImageProcessing.ImageCommand)
Public MethodClone  
Public MethodGetObjectDataOverridden.   
Public MethodIsPixelFormatSupportedReturns a value indicating if the specified pixel format is supported. (Inherited from Atalasoft.Imaging.ImageProcessing.ImageCommand)
Public MethodPerformSectionCommand  
Top

Protected Methods

 NameDescription
Protected MethodConstructChangedSourceImageThe 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)
Protected MethodConstructFinalImageCalled 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)
Protected MethodConstructImageResultsConstructs the results object for this command. (Inherited from Atalasoft.Imaging.ImageProcessing.ImageCommand)
Protected MethodGetChangedPixelFormatThis method is called to change the pixel format of the source image. (Inherited from Atalasoft.Imaging.ImageProcessing.ImageCommand)
Protected MethodImageCommandGetObjectData (Inherited from Atalasoft.Imaging.ImageProcessing.ImageCommand)
Protected MethodPerformActualCommandOverridden.   
Protected MethodSelectBestAlternatePixelFormatChoose 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)
Protected MethodSelectPreferredPixelFormatChooses a pixel format that is preferred for this command. (Inherited from Atalasoft.Imaging.ImageProcessing.ImageCommand)
Protected MethodVerifyImageVerify the integrity of an AtalaImage. (Inherited from Atalasoft.Imaging.ImageProcessing.ImageCommand)
Protected MethodVerifyPropertiesOverridden.   
Top

See Also