←Select platform

ResponseDataOffsets Property

Summary
Gets or sets the array of offsets to the response data for the measurement unit.
Syntax
C#
C++/CLI
Python
public int[] ResponseDataOffsets { get; set; } 
public: 
property array<int>^ ResponseDataOffsets { 
   array<int>^ get(); 
   void set (    array<int>^ ); 
} 
ResponseDataOffsets # get and set (IccResponseCurve) 

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.

Remarks

This is for information purposes only. This data was used during the load to build the CurveStructure array. The values in this array will be ignored during the save; instead, it will be regenerated based on the information in the CurveStructure array.

Requirements

Target Platforms

Help Version 23.0.2024.10.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.