Error processing SSI file
LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Show in webframe

Data Property (IccCurve)






Gets or sets the curve data values.
Syntax
public ushort[] Data {get; set;}
'Declaration
 
Public Property Data As UShort()
'Usage
 
Dim instance As IccCurve
Dim value() As UShort
 
instance.Data = value
 
value = instance.Data

            

            
public:
property array<ushort>^ Data {
   array<ushort>^ get();
   void set (    array<ushort>^ value);
}

Property Value

Actual curve values. If there was only one value, then it should be in the format u8Fixed8Number.
Requirements

Target Platforms

See Also

Reference

IccCurve Structure
IccCurve Members

Error processing SSI file