Leadtools.ImageProcessing.SpecialEffects Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RemoveObjectColor Property
See Also 
Leadtools.ImageProcessing.SpecialEffects Namespace > IntelligentUpScaleCommand Class : RemoveObjectColor Property



Gets or sets a value that represents the color of the remove color area.

Syntax

Visual Basic (Declaration)  
Public Property RemoveObjectColor As RasterColor
Visual Basic (Usage) Copy Code
Dim instance As IntelligentUpScaleCommand
Dim value As RasterColor
 
instance.RemoveObjectColor = value
 
value = instance.RemoveObjectColor
C#  
public RasterColor RemoveObjectColor {get; set;}
C++/CLI  
public:
property RasterColor RemoveObjectColor {
   RasterColor get();
   void set (RasterColor value);
}

Return Value

RasterColor value that specifies color of the area in the mask image. If no remove color exists, then pass null.

Example

Remarks

Reserves the color for exclusive use. In order for a color to be removed it has to be different from the other image colors.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also