Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Show in webframe

ColorsData Property








Gets or sets an array of 9 SelectiveColorCommandData classes.
Syntax
public SelectiveColorCommandData[] ColorsData {get; set;}
'Declaration
 
Public Property ColorsData As SelectiveColorCommandData()
'Usage
 
Dim instance As SelectiveColorCommand
Dim value() As SelectiveColorCommandData
 
instance.ColorsData = value
 
value = instance.ColorsData
public SelectiveColorCommandData[] 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

See Also

Reference

SelectiveColorCommand Class
SelectiveColorCommand Members

Error processing SSI file