←Select platform

OutputAddition Property

Summary

A RasterColor object specifying the output pixel color of added information.

Syntax
C#
VB
C++
public RasterColor OutputAddition {get; set;} 
Public Property OutputAddition() As RasterColor 
   Get 
   Set 
public:  
   property RasterColor^ OutputAddition 
   { 
      RasterColor^ get() 
      void set(RasterColor^ value) 
   } 

Property Value

The color used in the generated image to indicate pixels which were background content in the reference image, but not in the modified image. Additionally, any pixels within the bounds of the modified image that were not within the bounds of the reference image will be marked with this color. The default value is new RasterColor(0, 255, 0).

Example

Refer to the CompareBitmapCommand example.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.