LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Data Property (IccCurve)

Show in webframe





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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.