LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

RemoveObjectColor Property (IntelligentUpScaleCommand)

Show in webframe







Gets or sets a value that represents the color of the remove color area.
Syntax
public RasterColor RemoveObjectColor {get; set;}
'Declaration
 
Public Property RemoveObjectColor As RasterColor
'Usage
 
Dim instance As IntelligentUpScaleCommand
Dim value As RasterColor
 
instance.RemoveObjectColor = value
 
value = instance.RemoveObjectColor
public RasterColor RemoveObjectColor {get; set;}

            

            
 
get_RemoveObjectColor();
set_RemoveObjectColor(value);
Object.defineProperty('RemoveObjectColor');
public:
property RasterColor RemoveObjectColor {
   RasterColor get();
   void set (    RasterColor value);
}

Property Value

RasterColor value that specifies color of the area in the mask image. If no remove color exists, then pass null.
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.
Example
Refer to IntelligentUpScaleCommand.
Requirements

Target Platforms

See Also

Reference

IntelligentUpScaleCommand Class
IntelligentUpScaleCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.