←Select platform

Color Property

Summary
Gets or sets an array of colors for internal use.
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

An array of colors for internal use. This parameter is used when the NewColor structure is set to null. This parameter is ignored if the NewColor value is something other than null.

Example

Refer to GrayScaleToDuotoneCommand.

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.Color Assembly

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