←Select platform

ColorsData Property

Summary

Gets or sets an array of 9 SelectiveColorCommandData classes.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public SelectiveColorCommandData[] ColorsData { get; set; } 
public [Leadtools.Imageprocessing.Color.SelectiveColorCommandData[]](selectivecolorcommanddata.md) ColorsData {get; set;} 
@property (nonatomic, strong) NSMutableArray<LTSelectiveColorCommandData *> *colorsData 
public SelectiveColorCommandData[] getColorsData() 
public void setColorsData(SelectiveColorCommandData[] value) 
             
 <br/>get_ColorsData();<br/>set_ColorsData(value);<br/>Object.defineProperty('ColorsData');  

Property Value

Array of 9 SelectiveColorCommandData classes that contains the selected colors along with the CMYK values for each.

Example

Refer to SelectiveColorCommand.

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