←Select platform

SampleColor Property

Summary

Gets or sets the sample color.

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

Property Value

Color value that represents the sample 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