Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.02.15
Leadtools.Windows.Media.Effects.Color Namespace
See Also  Inheritance Hierarchy
Overview and description of classes and enumerations that provide filters and transforms to process images. It includes methods to control brightness, hue, saturation, intensity, etc.

Classes

 ClassDescription
AdjustTintCommandBitmapEffect Adjusts the image tint by changing the colors in an image by using two separate color wheel rotations.
ApplyMathematicalLogicCommandBitmapEffect Performs specific mathematical or logical operations on the colors of the image.
Includes Classes that require a LEADTOOLS Document or Medical toolkit.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 LEADTOOLS Document and Medical Imaging toolkits.
AutoColorLevelCommandBitmapEffect Applies one of several types of automatic color leveling to an image.
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.
ConvertToColoredGrayCommandBitmapEffect Converts an image to a grayscale image, then enhances the color components based on the class properties. This class is available in LEADTOOLS LEADTOOLS Document and Medical Imagingoolkits.
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.
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.
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 LEADTOOLS Medical Imaging 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.
Includes Classes that require a LEADTOOLS Document or Medical toolkit.SampleTargetCommandBitmapEffect Corrects color values by shifting the sample colors to the target colors.
SegmentCommandBitmapEffect Divides the image into segments where each segment's pixels have approximately the same color (homogenous color).
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.
AutoColorLevelCommandBitmapEffectsFlags Enumeration flags that identify whether the method will process the image.
AutoColorLevelCommandBitmapEffectsType Enumeration flags that identify the type of leveling to perform.
GammaCorrectExtendedCommandBitmapEffectsType Enumeration that indicates the color space in which to apply the Gamma correction.
GrayScaleToDuotoneCommandBitmapEffectsMixingType Values which specify whether to mix or replace the old colors with the new ones.
HistogramEqualizeCommandBitmapEffectsType This enumeration will contain all Types needed to indicate which color space is selected.
IntensityDetectCommandBitmapEffectsFlags Flag that indicates the channel to process.
LightControlCommandBitmapEffectsType Indicates which color space to remap.
MathematicalFunctionCommandBitmapEffectsType Value that indicates which function of the MathematicalFunctionCommand class object.
RemapIntensityCommandBitmapEffectsFlags Flags that indicate the color plane to update, whether to change the high bit and whether the RemapIntensityCommandBitmapEffect.LookupTable contains normal or stretched data.
Includes Classes that require a LEADTOOLS Document or Medical toolkit.SampleTargetCommandBitmapEffectsFlags Enumerated values that indicate the channel for which to shift the color, and how to remap the other values for that channel.
SegmentCommandBitmapEffectsFlags This enumeration indicates the color space used in the segmentation.
SwapColorsCommandBitmapEffectsType Enumerated values that indicate which color channels to swap.

See Also