For a list of all members of this type, see ImageAdjustmentsFilter members.
Name | Description | |
---|---|---|
![]() |
Clone | Creates a copy of the ImageAdjustmentsFilter. |
![]() |
Equals | Overridden. Determines whether the specified object is equal to the current object. |
![]() ![]() |
FromJSON | Overloaded. Deserializes a new instance of the ImageAdjustmentsFilter class from JSON. |
![]() |
GetColorMatrix | Gets a ColorMatrix object that allows to apply all the parameters contained in this instance (Brightness, Contrast, Hue and Saturation) to an Image. |
![]() |
GetHashCode | Overridden. Serves as a hash function for a particular type. |
![]() |
GetImageProcessingJob | Overloaded. Gets an instance of the ImageProcessingJob class that can be used to process the image; the current filter is added to the Filters collection of the ImageProcessingJob object. (Inherited from CodeCarvings.Piczard.ImageProcessingFilter) |
![]() |
GetProcessedImage | Overloaded. Applies the current ImageProcessingFilter to the specified image and returns the result as a Bitmap object. (Inherited from CodeCarvings.Piczard.ImageProcessingFilter) |
![]() |
SaveProcessedImageToByteArray | Overloaded. Applies the current ImageProcessingFilter to the specified image and saves the result Bitmap to a byte array. (Inherited from CodeCarvings.Piczard.ImageProcessingFilter) |
![]() |
SaveProcessedImageToFileSystem | Overloaded. Applies the current ImageProcessingFilter to the specified image and saves the result Bitmap to the file system. (Inherited from CodeCarvings.Piczard.ImageProcessingFilter) |
![]() |
SaveProcessedImageToStream | Overloaded. Applies the current ImageProcessingFilter to the specified image and saves the result Bitmap to a Stream. (Inherited from CodeCarvings.Piczard.ImageProcessingFilter) |
![]() |
ToString | Overridden. Returns a string that represents the current object. |
![]() |
TransmitProcessedImageToWebResponse | Overloaded. Applies the current ImageProcessingFilter to the specified image using default output resolution (96 DPI), then encodes and writes the result Bitmap directly to an HTTP response output stream. (Inherited from CodeCarvings.Piczard.ImageProcessingFilter) |
![]() ![]() |
ValidateBrightness | Overloaded. Determines if the provided brightness adjustment factor is valid. |
![]() ![]() |
ValidateContrast | Overloaded. Determines if the provided contrast adjustment factor is valid. |
![]() ![]() |
ValidateHue | Overloaded. Determines if the provided hue adjustment factor is valid. |
![]() ![]() |
ValidateSaturation | Overloaded. Determines if the provided saturation adjustment factor is valid. |
Name | Description | |
---|---|---|
![]() |
LoadImageProcessingActions | Initializes and loads one more ImageProcessingAction objects that will be used during the image processing workflow. (Inherited from CodeCarvings.Piczard.ImageProcessingFilter) |