←Select platform

Color Property

Summary

Gets or sets a value that represents the color to be replaced.

Syntax
C#
VB
Objective-C
C++
Java
public RasterColor Color { get; set; } 
Public Property Color As RasterColor 
@property (nonatomic, copy) LTRasterColor *color 
public RasterColor getColor() 
public void setColor(RasterColor value) 
public: 
property RasterColor Color { 
   RasterColor get(); 
   void set (    RasterColor ); 
} 

Property Value

Value of the color to be replaced.

Example

Refer to ColorReplaceCommand.

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