Leadtools.ImageProcessing.Color Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Leadtools.ImageProcessing.Color Namespace
See Also  Inheritance Hierarchy
Overview and description of classes, enumerations, and structures that include filters and transforms to process images (or selected image portions). It includes methods to control brightness, contrast, hue, saturation, intensity, etc.

Classes

 ClassDescription
ClassAdaptiveContrastCommand Performs adaptive contrast enhancement (ACE) to regions that are originally low in contrast. This command is available in the Medical and above toolkits.
ClassAddCommand Adds or averages the images in a list.
ClassAddWeightedCommand Adds or averages the images in a list according to their weight factors.
ClassAdjustTintCommand Adjusts the image tint by changing the colors in an image by using two separate color wheel rotations.
ClassApplyMathematicalLogicCommand Performs specific mathematical or logical operations on the colors of the image.
ClassAutoBinaryCommand 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.
ClassAutoColorLevelCommand Applies one of several types of automatic color leveling to an image. This function is useful for pre-processing images for the purpose of improving barcode recognition results.
ClassBalanceColorCommandFactor Defines the information used by the BalanceColorsCommand class.
ClassBalanceColorsCommand Redistributes the RGB values of a specific image, using the values in the BalanceColorCommandFactor class.
ClassChangeContrastCommand Increases or decreases the contrast of the image.
ClassChangeHueCommand Changes the hue of colors in an image by rotating the color wheel.
ClassChangeHueSaturationIntensityCommand Changes the hue, saturation and brightness of all colors or specific colors in the image.
ClassChangeHueSaturationIntensityCommandData Defines the color range information used by the ChangeHueSaturationIntensityCommandclass.
ClassChangeIntensityCommand Changes the intensity (brightness) of the image.
ClassChangeSaturationCommand Increases or decreases the saturation of colors in an image.
ClassChannelMixerCommand Redistributes the RGB values of a specific image, using the values in the ChannelMixerCommandFactor classes.
ClassChannelMixerCommandFactor Defines the color balancing information used by the ChannelMixerCommand class.
ClassColorCountCommand Gets the number of unique colors in an image.
ClassColorIntensityBalanceCommand Changes the distribution of the red, green, or blue channels. This command is available in the Raster Pro and above toolkits.
ClassColorIntensityBalanceCommandData Defines the balance tone information used by the ColorIntensityBalanceCommand class.
ClassColorLevelCommand Applies color leveling to an image. It changes the image shadows, midtones and highlights. This function is useful for pre-processing images for the purpose of improving barcode recognition results.
ClassColorLevelCommandData The ColorLevelCommandData class contains color-leveling information for a specific color channel.
ClassColorMergeCommand Creates a color image by merging grayscale images that were created as color separations. You can use this to recombine the images that the ColorSeparateCommand class creates.
ClassColorReplaceCommand Replaces the specified color by adjusting values of hue, saturation and brightness.
ClassColorReplaceCommandColor Defines the information used by ColorReplaceCommand class.
ClassColorSeparateCommand Separates an image by color plane to produce one grayscale image per plane. You can specify any of several color-space models, including CMYK.
ClassColorThresholdCommand Using any one of eight color spaces, resets those image's pixel component values that fall inside or outside of a specified range.
ClassColorThresholdCommandComponent ColorThresholdCommandComponent class contains the values to be used for thresholding and redistributing the image's color component values for the ColorThresholdCommand class.
ClassContrastBrightnessIntensityCommand Applies contrast, brightness and intensity adjustments to enhance the image tonal range. This class is available in the Raster Pro and above toolkits.
ClassConvertToColoredGrayCommand 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.
ClassDesaturateCommand Converts the image to a grayscale level by reducing the saturation of each color to zero. The conversion will not change the color resolution.
ClassDynamicBinaryCommand 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 function is useful for pre-processing images for the purpose of improving barcode recognition results.
ClassGammaCorrectCommand Adjusts the intensity of colors in an image by changing the gamma constant that is used to map the intensity values.
ClassGammaCorrectExtendedCommand 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.
ClassGrayScaleExtendedCommand Converts any image to a gray scale image without changing its resolution.
ClassGrayScaleToDuotoneCommand 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.
ClassGrayScaleToMultitoneCommand Converts a grayscale image into a colored one by mixing or replacing the original values of the pixels with one or more new colors. This class is available in the Raster Pro and above toolkits.
ClassHistogramCommand Creates an array that charts how many times each intensity level occurs in an image. This class can chart red, green, and blue separately or together. It is used for all resolutions, including 12 and 16-bit grayscale.
ClassHistogramContrastCommand Increases or decreases the contrast of the image, using a histogram to determine the median brightness.
ClassHistogramEqualizeCommand 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. This function is useful for pre-processing images for the purpose of improving barcode recognition results.
ClassIntensityDetectCommand 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).
ClassInvertCommand Inverts the colors in the specified image, giving it the appearance of a photographic negative.
ClassLightControlCommand Lightens or darkens all or part of an image by remapping the pixel values. This function is useful for pre-processing images for the purpose of improving barcode recognition results.
ClassLineProfileCommand Allocates three arrays and updates them with the R, G and B profile for each pixel in a specific line.
ClassLocalHistogramEqualizeCommand 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.
ClassMathematicalFunctionCommand Re-maps the image colors according to a mathematical function such as: square, logarithm, square root, sine and cosine.
ClassMultiplyCommand Increases or decreases the brightness in the image by multiplying the colors in a specific image by a factoring value divided by 100.
ClassPosterizeCommand 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.
ClassRemapHueCommand Uses a lookup table to change an image's hue values. The saturation and value tables change S and V values only if a particular hue value is marked as non-zero in the Mask property. It is used for all resolutions, including 48 and 64-bit images.
ClassRemapIntensityCommand Uses a lookup table to change an image's intensity values. You can apply the change to red, green, blue, or all color channels.
ClassRemoveRedEyeCommand Removes the "red eye" effect in color images by converting the red color in the eye to a new color.
ClassSampleTargetCommand Corrects color values by shifting the sample colors to the target colors. This command is available in the Raster Pro and above toolkits.
ClassSegmentCommand 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.
ClassSelectiveColorCommand Changes the color of an image by altering the definitions of one or more colors used by the image. This class is available in the Raster Pro and above toolkits.
ClassSelectiveColorCommandData The SelectiveColorCommandData class contains the information needed for a single "Selected Color", which is used mainly in the SelectiveColorCommand class.
ClassSolarizeCommand 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.
ClassStretchIntensityCommand Increases the contrast in an image by centering, maximizing, and proportioning the range of intensity values.
ClassSwapColorsCommand Swaps the specified color channels.

Enumerations

 EnumerationDescription
EnumerationAdaptiveContrastCommandType Enumeration flags that identify the adjustment method.
EnumerationAddCommandType Enumeration flags that identify the operation to perform.
EnumerationAddWeightedCommandType Enumeration flags that identify the operation to perform.
EnumerationApplyMathematicalLogicCommandFlags Enumeration flags that identify the channel that will be used, the treatment of the input pixel values, the mathematical operation, and the treatment of the output pixel values.
EnumerationAutoColorLevelCommandFlags Enumeration flags that identify whether the method will process the image.
EnumerationAutoColorLevelCommandType Enumeration flags that identify the type of leveling to perform.
EnumerationColorLevelCommandFlags Enumeration flags that identify the channel being leveled.
EnumerationColorMergeCommandType The type of separation that was used to create the grayscale images.
EnumerationColorSeparateCommandType The type of separation that was used to create the grayscale images.
EnumerationColorThresholdCommandFlags Flags that represent the treatment of the values within the threshold range, the treatment of a pixel that falls on the threshold and new values for rejected values.

These flags have a FlagsAttribute attribute that allows a bitwise combination of its member values.

EnumerationColorThresholdCommandType Color space on which the threshold is based.
EnumerationGammaCorrectExtendedCommandType Enumeration that indicates the color space in which to apply the Gamma correction.
EnumerationGrayScaleToDuotoneCommandMixingType This enumeration will contain all Types needed to indicate which color space is selected.
EnumerationGrayScaleToMultitoneCommandDistributionType Flag that indicates the source of the colors to be added to the image.
EnumerationGrayScaleToMultitoneCommandToneType Flag that indicates the number of colors to add to the grayscale image.
EnumerationHistogramCommandFlags Flags that indicate which channel to use.
EnumerationHistogramEqualizeType This enumeration will contain all types needed to indicate which color space is selected.
EnumerationIntensityDetectCommandFlags Flag that indicates the channel to process.

This flag has a FlagsAttribute attribute that allows a bitwise combination of its member values.

EnumerationLightControlCommandType Indicates which color space to remap.
EnumerationMathematicalFunctionCommandType Value that indicates the function used by the MathematicalFunctionCommand class object.
EnumerationRemapIntensityCommandFlags Flags that indicate the color plane to update, whether to change the high bit and whether the RemapIntensityCommand.LookupTable contains normal or stretched data.

This enumeration has the FlagsAttribute attribute that allows a bitwise combination of its member values.

EnumerationSampleTargetCommandFlags Enumerated values that indicate the channel for which to shift the color, and how to remap the other values for that channel.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

EnumerationSegmentCommandFlags This enumeration indicates the color space used in the segmentation.
EnumerationSelectiveCommandColorTypes This enumerated type serves as an index into an array of SelectiveColorCommandData classes. The class at the index contains information on the corresponding color.
EnumerationSwapColorsCommandType Enumerated values that indicate which color channels to swap.

See Also