←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
Java
Objective-C
WinRT C#
C++
public ColorReplaceCommandColor[] Colors { get; set; } 
public [Leadtools.Imageprocessing.Color.ColorReplaceCommandColor[]](colorreplacecommandcolor.md) Colors {get; set;} 
@property (nonatomic, strong) NSMutableArray<LTColorReplaceCommandColor *> *colors 
public ColorReplaceCommandColor[] getColors() 
public void setColors(ColorReplaceCommandColor[] value) 
             
 <br/>get_Colors();<br/>set_Colors(value);<br/>Object.defineProperty('Colors');  

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly