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); } |
Property Value
RasterColor value that specifies color of the area in the mask image. If no remove color exists, then pass null.Refer to IntelligentUpScaleCommand.
Reserves the color for exclusive use. In order for a color to be removed it has to be different from the other image colors.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7