// Parameters var successFunc; // Type: object var errorFunc; // Type: object var instance = new Vintasoft.Imaging.ImageProcessing.WebChangeGammaCommandJS(successFunc, errorFunc);
function WebChangeGammaCommandJS;
// Parameters var successFunc; // Type: object var errorFunc; // Type: object var instance = new Vintasoft.Imaging.ImageProcessing.WebChangeGammaCommandJS(successFunc, errorFunc);
function WebChangeGammaCommandJS;
Object
Vintasoft.Imaging.ImageProcessing.WebChangeGammaCommandJS
Name | Description | |
---|---|---|
![]() | WebChangeGammaCommandJS Constructor | Changes the gamma of an image. |
Name | Description | |
---|---|---|
![]() ![]() | superclass |
Name | Description | |
---|---|---|
![]() | checkCommandParams | Checks command parameters before command execution. |
![]() | execute | Executes the image processing command. |
![]() | get_ActionName | Gets action name. |
![]() | get_Blue | Gets the blue gamma value. |
![]() | get_ChangeSource | Gets a value indicating whether the changes must be saved in the source file. |
![]() | get_Green | Gets the green gamma value. |
![]() | get_Red | Gets the red gamma value. |
![]() | get_Region | Gets an image region, which should be processed by the image processing command. |
![]() | get_SupportedPixelFormats | Gets an array of supported pixel formats. |
![]() | getParams | Returns command parameters as object. |
![]() | set_Blue | Sets the blue gamma value. |
![]() | set_ChangeSource | Sets a value indicating whether the changes must be saved in the source file. |
![]() | set_Green | Sets the green gamma value. |
![]() | set_Red | Sets the red gamma value. |
![]() | set_Region | Sets an image region, which should be processed by the image processing command. |