LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
TargetColor Property
See Also 



Gets or sets the target color.

Syntax

Visual Basic (Declaration) 
Public Property TargetColor As RasterColor
Visual Basic (Usage)Copy Code
Dim instance As SampleTargetCommand
Dim value As RasterColor
 
instance.TargetColor = value
 
value = instance.TargetColor
C# 
public RasterColor TargetColor {get; set;}
C++/CLI 
public:
property RasterColor TargetColor {
   RasterColor get();
   void set (    RasterColor value);
}

Property Value

Color value that represents the target color. The red value for red channel, green value for green channel, blue value for blue channel.

Example

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also