←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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly