←Select platform

ColorDistance Property

Summary

Gets or sets the Color Distance value.

Syntax

C#
VB
WinRT C#
C++
public int ColorDistance { get; set; } 
Public Property ColorDistance As Integer 
public int ColorDistance {get; set;} 
 <br/>get_ColorDistance();<br/>set_ColorDistance(value);<br/>Object.defineProperty('ColorDistance');  
public: 
property int ColorDistance { 
   int get(); 
   void set (    int ); 
} 

Property Value

The color difference between investigated pixel and source pixel.

Example

Refer to MeanShiftCommand.

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.Core Assembly