Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
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
ClassAdjustTintCommandBitmapEffect Adjusts the image tint by changing the colors in an image by using two separate color wheel rotations.
ClassApplyMathematicalLogicCommandBitmapEffect Performs specific mathematical or logical operations on the colors of the image.
ClassAutoBinaryCommandBitmapEffect 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.
ClassAutoColorLevelCommandBitmapEffect Applies one of several types of automatic color leveling to an image.
ClassChangeContrastCommandBitmapEffect Increases or decreases the contrast of the image.
ClassChangeHueCommandBitmapEffect Changes the hue of colors in an image by rotating the color wheel.
ClassChangeIntensityCommandBitmapEffect Changes the intensity (brightness) of the image.
ClassChangeSaturationCommandBitmapEffect Increases or decreases the saturation of colors in an image.
ClassContrastBrightnessIntensityCommandBitmapEffect Applies contrast, brightness and intensity adjustments to enhance the image tonal range.
ClassConvertToColoredGrayCommandBitmapEffect 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.
ClassDesaturateCommandBitmapEffect Converts the image to a grayscale level by reducing the saturation of each color to zero. The conversion will not change the color resolution.
ClassDynamicBinaryCommandBitmapEffect 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.
ClassGammaCorrectCommandBitmapEffect Adjusts the intensity of colors in an image by changing the gamma constant that is used to map the intensity values.
ClassGammaCorrectExtendedCommandBitmapEffect 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.
ClassGrayScaleExtendedCommandBitmapEffect Converts any image to a gray scale image without changing its resolution.
ClassGrayScaleToDuotoneCommandBitmapEffect Converts the grayscale image into a colored one by mixing or replacing the original values of the pixels with new colors.
ClassHistogramContrastCommandBitmapEffect Increases or decreases the contrast of the image, using a histogram to determine the median brightness.
ClassHistogramEqualizeCommandBitmapEffect 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.
ClassIntensityDetectCommandBitmapEffect 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).
ClassInvertCommandBitmapEffect Inverts the colors in the specified image, giving it the appearance of a photographic negative.
ClassLightControlCommandBitmapEffect Lightens or darkens all or part of an image by remapping the pixel values.
ClassLocalHistogramEqualizeCommandBitmapEffect 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.
ClassMathematicalFunctionCommandBitmapEffect Re-maps the image colors according to a mathematical function such as: square, logarithm, square root, sine and cosine.
ClassMultiplyCommandBitmapEffect Increases or decreases the brightness in the image by multiplying the colors in a specific image by a factoring value divided by 100.
ClassPosterizeCommandBitmapEffect 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.
ClassRemapIntensityCommandBitmapEffect Uses a lookup table to change an image's intensity values. You can apply the change to red, green, blue, or all color channels.
ClassSampleTargetCommandBitmapEffect Corrects color values by shifting the sample colors to the target colors.
ClassSegmentCommandBitmapEffect Divides the image into segments where each segment's pixels have approximately the same color (homogenous color).
ClassSolarizeCommandBitmapEffect 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.
ClassStretchIntensityCommandBitmapEffect Increases the contrast in an image by centering, maximizing, and proportioning the range of intensity values.
ClassSwapColorsCommandBitmapEffect Swaps the specified color channels.

Enumerations

 EnumerationDescription
EnumerationApplyMathematicalLogicCommandBitmapEffectsFlags 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.
EnumerationAutoColorLevelCommandBitmapEffectsFlags Enumeration flags that identify whether the method will process the image.
EnumerationAutoColorLevelCommandBitmapEffectsType Enumeration flags that identify the type of leveling to perform.
EnumerationGammaCorrectExtendedCommandBitmapEffectsType Enumeration that indicates the color space in which to apply the Gamma correction.
EnumerationGrayScaleToDuotoneCommandBitmapEffectsMixingType Values which specify whether to mix or replace the old colors with the new ones.
EnumerationHistogramEqualizeCommandBitmapEffectsType This enumeration will contain all Types needed to indicate which color space is selected.
EnumerationIntensityDetectCommandBitmapEffectsFlags Flag that indicates the channel to process.
EnumerationLightControlCommandBitmapEffectsType Indicates which color space to remap.
EnumerationMathematicalFunctionCommandBitmapEffectsType Value that indicates which function of the MathematicalFunctionCommand class object.
EnumerationRemapIntensityCommandBitmapEffectsFlags Flags that indicate the color plane to update, whether to change the high bit and whether the RemapIntensityCommandBitmapEffect.LookupTable contains normal or stretched data.
EnumerationSampleTargetCommandBitmapEffectsFlags Enumerated values that indicate the channel for which to shift the color, and how to remap the other values for that channel.
EnumerationSegmentCommandBitmapEffectsFlags This enumeration indicates the color space used in the segmentation.
EnumerationSwapColorsCommandBitmapEffectsType Enumerated values that indicate which color channels to swap.

See Also