LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

ResponseDataOffsets Property

Show in webframe





Gets or sets the array of offsets to the response data for the measurement unit.
Syntax
public int[] ResponseDataOffsets {get; set;}
'Declaration
 
Public Property ResponseDataOffsets As Integer()
'Usage
 
Dim instance As IccResponseCurve
Dim value() As Integer
 
instance.ResponseDataOffsets = value
 
value = instance.ResponseDataOffsets

            

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

Property Value

Array of offsets, each relative to byte 0 of this structure, with one entry for each measurement type. Each will point to the response data for the measurement unit.
Requirements

Target Platforms

See Also

Reference

IccResponseCurve Structure
IccResponseCurve Members

 

 


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