←Select platform

TargetColor Property

Summary

Gets or sets the target color.

Syntax
C#
VB
C++
public RasterColor TargetColor { get; set; } 
Public Property TargetColor As RasterColor 
public: 
property RasterColor TargetColor { 
   RasterColor get(); 
   void set (    RasterColor ); 
} 

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

Refer to SampleTargetCommand.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Color Assembly