Class | Description |
---|---|
AddNoiseCommandBitmapEffect | Adds random pixels to an image, letting you specify the percentage of coverage and the color plane. |
AntiAliasingCommandBitmapEffect | Applies an anti-aliasing filter to the specified image. This method is available in the Document Toolkits. |
AverageCommandBitmapEffect | Changes the color of each pixel in an image to the average color of pixels in its neighborhood. This results in a blur effect. |
BinaryFilterCommandBitmapEffect | Imposes a binary filter on an image. This command is available in the Document/Medical Toolkits. |
ColorHalftoneCommandBitmapEffect | Shows the effect of using an enlarged halftone screen on each image channel. The filter divides the image into rectangles and replaces each rectangle with circles. Each channel has a separate grid of circles, and has its own angle setting. The size of each circle is proportional to the brightness of the rectangle that it is replacing. This method is available in the Document/Medical toolkits. |
CubismCommandBitmapEffect | Remaps the image into a collection of rotated rectangles (cubic faces) so that it appears to have been created in the Cubist art style. This command is available in the Raster Pro and above toolkits. |
EdgeDetectEffectCommandBitmapEffect | Performs edge detection on the image. |
EmbossCommandBitmapEffect | Applies an emboss effect to an image, letting you specify the depth and direction of the effect. |
GaussianCommandBitmapEffect | Smooths or blurs an image by applying a Gaussian filter to the specified image. |
HighPassCommandBitmapEffect | Removes low frequency details in an image, resulting in a sharpened image. This command is available in the Raster Pro and above toolkits. |
MaskConvolutionCommandBitmapEffect | Applies various 3d effects to an image. This command is available in the Raster Pro and above toolkits. |
MosaicCommandBitmapEffect | Imposes a mosaic effect on an image by dividing the image into tiles of a specified size and changing the color of all pixels in each tile to the average color of pixels within the tile. |
MotionBlurCommandBitmapEffect | Applies a filter, which creates the illusion of movement in an image. |
OilifyCommandBitmapEffect | Applies an oil-painting effect to the image. |
SharpenCommandBitmapEffect | Increases or decreases the sharpness of a specific image. |
SmoothEdgesCommandBitmapEffect | Smoothes the rough edges in the image. |
SpatialFilterCommandBitmapEffect | Imposes a spatial filter on an image. This command is available in the Document/Medical Toolkits. |
UnsharpMaskCommandBitmapEffect | Sharpens the image by applying the unsharp mask. |
Enumeration | Description |
---|---|
AntiAliasingCommandBitmapEffectsType | Enumerated values that indicate the type of anti-aliasing filter to use. |
CubismCommandBitmapEffectsFlags | Flags that indicate the background color, cube shape and cube orientation. |
EdgeDetectEffectCommandBitmapEffectsType | Flag that indicates the type of edge to generate. |
EdgeDetectEffectCommandBitmapEffectsTypeHelper | |
EmbossCommandBitmapEffectsDirection | Enumerated values used to determine the direction of the apparent light source. |
EmbossCommandBitmapEffectsDirectionHelper | |
MaskConvolutionCommandBitmapEffectsType | Enumeration that indicates which mask to use in the convolution process. |
MaskConvolutionCommandBitmapEffectsTypeHelper | |
RasterColorBitmapEffectsChannel | Indicate the channel that will be used in image processing methods. |
UnsharpMaskCommandBitmapEffectsColorType | Enumeration that indicates the color space in which to apply the mask. |
UnsharpMaskCommandBitmapEffectsColorTypeHelper |