←Select platform

Colors Property

Summary
Gets or sets an array of ColorReplaceCommandColor classes that provides information about the replacement colors used by this class.
Syntax
C#
VB
Objective-C
C++
Java
public ColorReplaceCommandColor[] Colors { get; set; } 
Public Property Colors As ColorReplaceCommandColor() 
@property (nonatomic, strong) NSMutableArray<LTColorReplaceCommandColor *> *colors 
public ColorReplaceCommandColor[] getColors() 
public void setColors(ColorReplaceCommandColor[] value) 

Property Value

An array of ColorReplaceCommandColor classes that provides information about the replacement colors used by this class.

Example

Refer to ColorReplaceCommand.

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.