←Select platform

OutputChange Property

Summary

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

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

Property Value

The color used in the generated image to indicate pixels which were different in both images (but were neither an addition nor deletion). The default value is new RasterColor(255, 255, 0).

Example

Refer to the CompareBitmapCommand example.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly