The following command classes are designed specifically for adjusting colors in an image:
Class |
Purpose |
Applies an anti-aliasing filter to a specific image. |
|
Performs specific Mathematical or logical operations on the colors of an image. |
|
Makes dark values darker and light values lighter to automatically enhance shadows and brighten the image. |
|
Linearizes the number of pixels in an image across RGB, YUV or Gray color space. |
|
Adds a three-dimensional texture pattern by applying the bump image to the destination image. |
|
Changes the hue of colors in an image by rotating the color wheel. |
|
Increases or decreases the saturation of colors in an image. |
|
Rebalances the colors in an image in order to make color adjustments and to correct images which have more color than others. |
|
Changes the hue, saturation and brightness of all or specified colors in the image. This method combines the methodology found in the ChangeHueCommand, ChangeSaturationCommand, and ChangeIntensityCommand classes and allows you to change the overall hue, saturation and intensity all at one time, or adjust the parameters separately, or make adjustments in successive passes. |
|
Replaces specified colors by adjusting values of hue, saturation and brightness. |
|
Using any one of eight color spaces resets those image's pixel component values that fall inside or outside of a specified range. |
|
Changes the distribution of the red, green, or blue channels. |
|
Colors an 8, 12 or 16-bit grayscale image. The method changes the color bits/pixel of the image from the specified formats into 24-bit RGB format. |
|
Applies color leveling to an image. It changes the image shadows, mid-tones and highlights. |
|
Remaps the image into a collection of rotated rectangles (cubic faces), in the Cubist style. |
|
Draws a star on the image. |
|
Simulates painting an image with the watercolor dry brush technique. |
|
Wraps the image onto a 3D plane. |
|
Wraps the image along its radius on a 3D surface shaped by pnCurve. |
|
Divides the image into cells and makes it look as if it is being viewed through glass blocks. |
|
Makes colored edges shine with a neon-like glow. |
|
Inverts the colors in the specified image, making it like a photographic negative. |
|
Simulates the secondary reflections caused when bright lights are facing the camera lens. |
|
Adds many spots of directed light sources to the image. |
|
Lightens or darkens all or part of an image by remapping the pixel values. |
|
Reflects the image on an ocean surface. |
|
Places the image on parallel planes along the Z-axis bent towards a center point. |
|
Places the image on parallel planes along the Z-axis. |
|
Corrects color values by shifting the sample colors to the target colors. |
|
Changes the color of an image by altering the definitions of one or more colors used by the image. |
|
Smoothes the rough edges in the image. |
|
Selects a specified number of bits of an 8, 12 or 16-bit grayscale image and puts them into a mask, then colors the image depending on the mask. This can show image variances depending on user-defined conditions. |
|
Selects a specified number of bits from an 8, 12 or 16-bit grayscale image into a mask and places the mask in a new 8, 12 or 16-bit grayscale image. |
|
Swaps colors channels in an image. |
|
Changes an image's hue values using a lookup table. |
|
Replaces the red component of the pixels with the specified color. To replace only the red component for those pixels in the eyes of the image, select a small region around the eye(s). |
|
Places the image inside a tunnel along the Z-axis. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET