←Select platform

Color Property

Summary
Gets or sets the color used for coloring the range of intensities established by the Threshold property.
Syntax
C#
VB
Objective-C
C++
Java
public RasterColor Color { get; set; } 
Public Property Color As RasterColor 
@property (nonatomic, strong) const LTRasterColor *color 
public RasterColor getColor() 
public void setColor(RasterColor value) 
public: 
property RasterColor Color { 
   RasterColor get(); 
   void set (    RasterColor ); 
} 

Property Value

Color used for coloring the range of intensities established by the Threshold property.

Example

Refer to ColorizeGrayCommand.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.