Leadtools.ImageProcessing.Color Namespace

Inheritance Hierarchy
Summary

Overview and description of Leadtools ImageProcessing Color classes, and enumerations.

Classes
Class Description
Class
AdaptiveContrastCommand Performs adaptive contrast enhancement (ACE) to regions that are originally low in contrast. This command is available in the Medical and above toolkits.
Class AddCommand Adds or averages the images in a list. AddCommand gets the 'list' of bitmaps from the RasterImage's BitmapList property.
Class AddWeightedCommand Adds or averages the images in a list according to their weight factors.
Class AdjustTintCommand Adjusts the image tint by changing the colors in an image by using two separate color wheel rotations.
Class ApplyMathematicalLogicCommand Performs specific mathematical or logical operations on the colors of the image.
Class AutoBinaryCommand 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.
Class AutoColorLevelCommand 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.
Class BalanceColorCommandFactor Defines the information used by the BalanceColorsCommand class.
Class BalanceColorsCommand Redistributes the RGB values of a specific image, using the values in the BalanceColorCommandFactor class.
Class ChangeContrastCommand Increases or decreases the contrast of the image.
Class ChangeHueCommand Changes the hue of colors in an image by rotating the color wheel.
Class ChangeHueSaturationIntensityCommand Changes the hue, saturation and brightness of all colors or specific colors in the image.
Class ChangeHueSaturationIntensityCommandData Defines the color range information used by the ChangeHueSaturationIntensityCommand class.
Class ChangeIntensityCommand Changes the intensity (brightness) of the image.
Class ChangeSaturationCommand Increases or decreases the saturation of colors in an image.
Class ChannelMixerCommand Redistributes the RGB values of a specific image, using the values in the ChannelMixerCommandFactor classes.
Class ChannelMixerCommandFactor Defines the color balancing information used by the ChannelMixerCommand class.
Class ColorCountCommand Gets the number of unique colors in an image.
Class ColorIntensityBalanceCommand Changes the distribution of the red, green, or blue channels. This command is available in the Imaging Pro and above toolkits.
Class ColorIntensityBalanceCommandData Defines the balance tone information used by the ColorIntensityBalanceCommand class.
Class ColorLevelCommand 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.
Class ColorLevelCommandData The ColorLevelCommandData class contains color-leveling information for a specific color channel.
Class ColorMergeCommand 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.
Class ColorReplaceCommand Replaces the specified color by adjusting values of hue, saturation and brightness.
Class ColorReplaceCommandColor Defines the information used by ColorReplaceCommand class.
Class ColorSeparateCommand Separates an image by color plane to produce one grayscale image per plane. You can specify any of several color-space models, including CMYK.
Class ColorThresholdCommand Using any one of eight color spaces, resets those image's pixel component values that fall inside or outside of a specified range.
Class ColorThresholdCommandComponent ColorThresholdCommandComponent class contains the values to be used for thresholding and redistributing the image's color component values for the ColorThresholdCommand class.
Class ContrastBrightnessIntensityCommand Applies contrast, brightness and intensity adjustments to enhance the image tonal range. This class is available in the Imaging Pro and above toolkits.
Class ConvertToColoredGrayCommand 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.
Class DesaturateCommand Converts the image to a grayscale level by reducing the saturation of each color to zero. The conversion will not change the color resolution.
Class DynamicBinaryCommand 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.
Class GammaCorrectCommand Adjusts the intensity of colors in an image by changing the gamma constant that is used to map the intensity values.
Class GammaCorrectExtendedCommand 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.
Class GrayScaleExtendedCommand Converts any image to a gray scale image without changing its resolution.
Class GrayScaleToDuotoneCommand 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 Imaging Pro and above toolkits.
Class GrayScaleToMultitoneCommand 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 Imaging Pro and above toolkits.
Class HistogramCommand 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.
Class HistogramContrastCommand Increases or decreases the contrast of the image, using a histogram to determine the median brightness.
Class HistogramEqualizeCommand 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.
Class IntensityDetectCommand 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).
Class InvertCommand Inverts the colors in the specified image, giving it the appearance of a photographic negative.
Class LightControlCommand 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.
Class LineProfileCommand Allocates three arrays and updates them with the R, G and B profile for each pixel in a specific line.
Class LocalHistogramEqualizeCommand 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.
Class MathematicalFunctionCommand Re-maps the image colors according to a mathematical function such as: square, logarithm, square root, sine and cosine.
Class MultiplyCommand Increases or decreases the brightness in the image by multiplying the colors in a specific image by a factoring value divided by 100.
Class PosterizeCommand 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.
Class RemapHueCommand 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.
Class RemapIntensityCommand Uses a lookup table to change an image's intensity values. You can apply the change to red, green, blue, or all color channels.
Class RemoveRedEyeCommand Removes the "red eye" effect in color images by converting the red color in the eye to a new color.
Class SampleTargetCommand Corrects color values by shifting the sample colors to the target colors. This command is available in the Imaging Pro and above toolkits.
Class SegmentCommand Divides the image into segments where each segment's pixels have approximately the same color (homogenous color). This command is available in the Imaging Pro and above toolkits.
Class SelectiveColorCommand 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 Imaging Pro and above toolkits.
Class SelectiveColorCommandData The SelectiveColorCommandData class contains the information needed for a single "Selected Color", which is used mainly in the SelectiveColorCommand class.
Class SolarizeCommand 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.
Class StretchIntensityCommand Increases the contrast in an image by centering, maximizing, and proportioning the range of intensity values.
Class SwapColorsCommand Swaps the specified color channels.
Class TemperatureCommand Changes the look of the image by making it appear colder or hotter.

Enumerations
Enumeration Description
Enumeration
AdaptiveContrastCommandType Enumeration flags that identify the adjustment method.
Enumeration AddCommandType Enumeration flags that identify the operation to perform.
Enumeration AddWeightedCommandType Enumeration flags that identify the operation to perform.
Enumeration ApplyMathematicalLogicCommandFlags 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.
Enumeration AutoColorLevelCommandFlags Enumeration flags that identify whether the method will process the image.
Enumeration AutoColorLevelCommandType Enumeration flags that identify the type of leveling to perform.
Enumeration ColorLevelCommandFlags Enumeration flags that identify the channel being leveled.
Enumeration ColorMergeCommandType The type of separation that was used to create the grayscale images.
Enumeration ColorSeparateCommandType The type of separation that was used to create the grayscale images.
Enumeration ColorThresholdCommandFlags 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.
Enumeration ColorThresholdCommandType Color space on which the threshold is based.
Enumeration GammaCorrectExtendedCommandType Enumeration that indicates the color space in which to apply the Gamma correction.
Enumeration GrayScaleToDuotoneCommandMixingType This enumeration will contain all Types needed to indicate which color space is selected.
Enumeration GrayScaleToMultitoneCommandDistributionType Flag that indicates the source of the colors to be added to the image.
Enumeration GrayScaleToMultitoneCommandToneType Flag that indicates the number of colors to add to the grayscale image.
Enumeration HistogramCommandFlags Flags that indicate which channel to use.
Enumeration HistogramEqualizeType This enumeration will contain all types needed to indicate which color space is selected.
Enumeration IntensityDetectCommandFlags Flag that indicates the channel to process.This flag has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Enumeration LightControlCommandType Indicates which color space to remap.
Enumeration MathematicalFunctionCommandType Value that indicates the function used by the MathematicalFunctionCommand class object.
Enumeration RemapIntensityCommandFlags Flags that indicate the color plane to update, whether to change the high bit and whether the LookupTable contains normal or stretched data.
Enumeration SampleTargetCommandFlags 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.
Enumeration SegmentCommandFlags This enumeration indicates the color space used in the segmentation.
Enumeration SelectiveCommandColorTypes This enumerated type serves as an index into an array of SelectiveColorCommandData classes. The class at the index contains information on the corresponding color.
Enumeration SwapColorsCommandType Enumerated values that indicate which color channels to swap.

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly