LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

PreserveObjectColor Property (IntelligentUpScaleCommand)






Gets or sets a value that represents the color of the preserve color area in order. .NET support WinRT support
Syntax
public RasterColor PreserveObjectColor {get; set;}
'Declaration
 
Public Property PreserveObjectColor As RasterColor
'Usage
 
Dim instance As IntelligentUpScaleCommand
Dim value As RasterColor
 
instance.PreserveObjectColor = value
 
value = instance.PreserveObjectColor
public RasterColor PreserveObjectColor {get; set;}
 get_PreserveObjectColor();
set_PreserveObjectColor(value);
public:
property RasterColor PreserveObjectColor {
   RasterColor get();
   void set (    RasterColor value);
}

Property Value

RasterColor value that specifies color of the area in the mask image in order to be removed and it has to be different than the rest of the image colors. If no remove color exist, then pass null.
Remarks
Reserves the color for exclusive use.
Example
Refer to IntelligentUpScaleCommand.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IntelligentUpScaleCommand Class
IntelligentUpScaleCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.