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

Show in webframe

Data Property








An array of ChangeHueSaturationIntensityCommandData classes that provides information about the color ranges used by this class.
Syntax
'Declaration
 
Public Property Data As ChangeHueSaturationIntensityCommandData()
'Usage
 
Dim instance As ChangeHueSaturationIntensityCommand
Dim value() As ChangeHueSaturationIntensityCommandData
 
instance.Data = value
 
value = instance.Data
@property (nonatomic, strong) NSMutableArray<LTChangeHueSaturationIntensityCommandData *> *data
public ChangeHueSaturationIntensityCommandData[] getData()
public void setData(ChangeHueSaturationIntensityCommandData[] value)
            
 <br/>get_Data();<br/>set_Data(value);<br/>Object.defineProperty('Data'); 

Property Value

An array of ChangeHueSaturationIntensityCommandData classes that provides information about the color ranges used by this class.
Example
Refer to ChangeHueSaturationIntensityCommand.
Requirements

Target Platforms

See Also

Reference

ChangeHueSaturationIntensityCommand Class
ChangeHueSaturationIntensityCommand Members

Error processing SSI file