←Select platform

RemoveObjectColor Property

Summary

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

Syntax

C#
VB
WinRT C#
C++
public RasterColor RemoveObjectColor { get; set; } 
  
Public Property RemoveObjectColor As Leadtools.RasterColor 
public Leadtools.RasterColor RemoveObjectColor {get; set;} 
  
get_RemoveObjectColor(); 
set_RemoveObjectColor(value); 
Object.defineProperty('RemoveObjectColor');  
public: 
property Leadtools.RasterColor RemoveObjectColor { 
   Leadtools.RasterColor get(); 
   void set (    Leadtools.RasterColor ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly