Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.8.31
Leadtools.Windows.Media.Effects.Color Namespace
See Also  Inheritance Hierarchy

Classes

ClassDescription
AdjustTintCommandBitmapEffect Adjusts the image tint by changing the colors in an image by using two separate color wheel rotations. This command is available in the Raster Pro and above toolkits.
ApplyMathematicalLogicCommandBitmapEffect Performs specific mathematical or logical operations on the colors of the image. This command is available in the Raster Pro and above toolkits.
AutoBinaryCommandBitmapEffect Applies binary segmentation to the image using an automatically calculated threshold based on a two-peak method of statistical analysis of the histogram. This command is available in the Document/Medical Toolkits.
AutoColorLevelCommandBitmapEffect Applies one of several types of automatic color leveling to an image. This command is available in the Raster Pro and above toolkits.
ChangeContrastCommandBitmapEffect Increases or decreases the contrast of the image.
ChangeHueCommandBitmapEffect Changes the hue of colors in an image by rotating the color wheel.
ChangeIntensityCommandBitmapEffect Changes the intensity (brightness) of the image.
ChangeSaturationCommandBitmapEffect Increases or decreases the saturation of colors in an image.
ContrastBrightnessIntensityCommandBitmapEffect Applies contrast, brightness and intensity adjustments to enhance the image tonal range. This class is available in the Raster Pro and above toolkits.
ConvertToColoredGrayCommandBitmapEffect Converts an image to a grayscale image, then enhances the color components based on the class properties. This class is available in the Document Toolkits.
DesaturateCommandBitmapEffect Converts the image to a grayscale level by reducing the saturation of each color to zero. The conversion will not change the color resolution.
DynamicBinaryCommandBitmapEffect Converts an image into a black and white image without changing its bits per pixel by using a local threshold value for each pixel of the image. This class is available in the Raster Pro and above toolkits.
GammaCorrectCommandBitmapEffect Adjusts the intensity of colors in an image by changing the gamma constant that is used to map the intensity values.
GammaCorrectExtendedCommandBitmapEffect Adjusts the intensity of colors in an image by changing the gamma constant that is used to map the intensity values. Either of two different color spaces can be specified.
GrayScaleExtendedCommandBitmapEffect Converts any image to a gray scale image without changing its resolution.
GrayScaleToDuotoneCommandBitmapEffect Converts the grayscale image into a colored one by mixing or replacing the original values of the pixels with new colors. This class is available in the Raster Pro and above toolkits.
HistogramContrastCommandBitmapEffect Increases or decreases the contrast of the image, using a histogram to determine the median brightness.
HistogramEqualizeCommandBitmapEffect Linearizes the number of pixels, in an image, based on the specified color space. This can be used to bring out the detail in dark areas of an image.
IntensityDetectCommandBitmapEffect Applies binary segmentation to an image by filtering a specific image to detect colors in a specific intensity range, in a specific color channel(s).
InvertCommandBitmapEffect Inverts the colors in the specified image, giving it the appearance of a photographic negative.
LightControlCommandBitmapEffect Lightens or darkens all or part of an image by remapping the pixel values.
LocalHistogramEqualizeCommandBitmapEffect Linearizes the number of pixels locally in an image, based on a specific color space. This can be used to bring out the detail in dark areas of an image, and smooth the edges between blocks. This class is available in the Medical Toolkits.
MathematicalFunctionCommandBitmapEffect Re-maps the image colors according to a mathematical function such as: square, logarithm, square root, sine and cosine.
MultiplyCommandBitmapEffect Increases or decreases the brightness in the image by multiplying the colors in a specific image by a factoring value divided by 100.
PosterizeCommandBitmapEffect Imposes a poster effect on an image by quantizing the image's colors to a specified number of color levels per plane. For example, two levels means two of red, two of green, and two of blue.
RemapIntensityCommandBitmapEffect Uses a lookup table to change an image's intensity values. You can apply the change to red, green, blue, or all color channels.
SampleTargetCommandBitmapEffect Corrects color values by shifting the sample colors to the target colors. This command is available in the Raster Pro and above toolkits.
SegmentCommandBitmapEffect Divides the image into segments where each segment's pixels have approximately the same color (homogenous color). This command is available in the Raster Pro and above toolkits.
SolarizeCommandBitmapEffect Applies an effect that mimics the accidental exposure of photographic film to light. It does so by inverting all color data with an intensity value greater than or equal to the threshold that you specify.
StretchIntensityCommandBitmapEffect Increases the contrast in an image by centering, maximizing, and proportioning the range of intensity values.
SwapColorsCommandBitmapEffect Swaps the specified color channels.

Enumerations

EnumerationDescription
ApplyMathematicalLogicCommandBitmapEffectsFlags Flags that indicate the channel that will be used, the treatment of the input pixel values, the mathematical operation, and the treatment of the output pixel values.
ApplyMathematicalLogicCommandBitmapEffectsFlagsHelper  
AutoColorLevelCommandBitmapEffectsFlags Enumeration flags that identify whether the method will process the image.
AutoColorLevelCommandBitmapEffectsFlagsHelper  
AutoColorLevelCommandBitmapEffectsType Enumeration flags that identify the type of leveling to perform.
AutoColorLevelCommandBitmapEffectsTypeHelper  
GammaCorrectExtendedCommandBitmapEffectsType Enumeration that indicates the color space in which to apply the Gamma correction.
GammaCorrectExtendedCommandBitmapEffectsTypeHelper  
GrayScaleToDuotoneCommandBitmapEffectsMixingType Values which specify whether to mix or replace the old colors with the new ones.
GrayScaleToDuotoneCommandBitmapEffectsMixingTypeHelper  
HistogramEqualizeCommandBitmapEffectsType This enumeration will contain all Types needed to indicate which color space is selected.
HistogramEqualizeCommandBitmapEffectsTypeHelper  
IntensityDetectCommandBitmapEffectsFlags Flag that indicates the channel to process.
IntensityDetectCommandBitmapEffectsFlagsHelper  
LightControlCommandBitmapEffectsType Indicates which color space to remap.
LightControlCommandBitmapEffectsTypeHelper  
MathematicalFunctionCommandBitmapEffectsType Value that indicates which function of the MathematicalFunctionCommand class object.
MathematicalFunctionCommandBitmapEffectsTypeHelper  
RemapIntensityCommandBitmapEffectsFlags Flags that indicate the color plane to update, whether to change the high bit and whether the LookupTable contains normal or stretched data.
SampleTargetCommandBitmapEffectsFlags Enumerated values that indicate the channel for which to shift the color, and how to remap the other values for that channel.
SampleTargetCommandBitmapEffectsFlagsHelper  
SegmentCommandBitmapEffectsFlags This enumeration indicates the color space used in the segmentation.
SegmentCommandBitmapEffectsFlagsHelper  
SwapColorsCommandBitmapEffectsType Enumerated values that indicate which color channels to swap.
SwapColorsCommandBitmapEffectsTypeHelper  

See Also