WebIsImageGrayscaleCommandJS Class Members
In This Topic
The following tables list the members exposed by
WebIsImageGrayscaleCommandJS.
Public Constructors
Methods
| Name | Description |
 | checkCommandParams | Checks command parameters before command execution. (Inherited from WebImageProcessingCommandWithRegionJS) |
 | execute | Overloaded. Executes the image processing command. |
 | get_ActionName | Gets action name. |
 | get_CanModifyImage | Gets a value indicating whether this command can modify an image. (Inherited from WebImageProcessingCommandBaseJS) |
 | get_ExpandSupportedPixelFormats | Gets a value indicating whether the command needs to convert an image to the nearest pixel format (WebImageProcessingCommandBaseJS.get_SupportedNativePixelFormats) without color loss if command does not support pixel format of image. (Inherited from WebImageProcessingCommandBaseJS) |
 | get_MaxInaccuracy | Gets the maximum permissible inaccuracy, as distance in RGB color space, when comparing two colors. |
 | get_MaxPercentOfColorPixels | Gets the maximum count, in percents, of color pixels in image. |
 | get_Region | Gets an image region, which should be processed by the image processing command. (Inherited from WebImageProcessingCommandWithRegionJS) |
 | get_RestoreSourcePixelFormat | Gets a value indicating whether the processing command need to restore source pixel format of processed image if source image pixel format was change during image processing. (Inherited from WebImageProcessingCommandBaseJS) |
 | get_SupportedNativePixelFormats | Gets an array of supported native pixel formats for this processing command. (Inherited from WebImageProcessingCommandBaseJS) |
 | get_SupportedPixelFormats | Gets an array of supported pixel formats for this processing command. (Inherited from WebImageProcessingCommandBaseJS) |
 | getParams | Returns command parameters as JSON object. |
 | set_ExpandSupportedPixelFormats | Sets a value indicating whether the command needs to convert an image to the nearest pixel format (WebImageProcessingCommandBaseJS.get_SupportedNativePixelFormats) without color loss if command does not support pixel format of image. (Inherited from WebImageProcessingCommandBaseJS) |
 | set_MaxInaccuracy | Sets the maximum permissible inaccuracy, as distance in RGB color space, when comparing two colors. |
 | set_MaxPercentOfColorPixels | Sets the maximum count, in percents, of color pixels in image. |
 | set_Region | Sets an image region, which should be processed by the image processing command. (Inherited from WebImageProcessingCommandWithRegionJS) |
 | set_RestoreSourcePixelFormat | Sets a value indicating whether the processing command need to restore source pixel format of processed image if source image pixel format was change during image processing. (Inherited from WebImageProcessingCommandBaseJS) |
 | setRegion | Sets an image region, which should be processed by the image processing command. (Inherited from WebImageProcessingCommandWithRegionJS) |
See Also