LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

RespArrays Property

Show in webframe





Gets or sets the response arrays.
Syntax
public IccResponseArrays[] RespArrays {get; set;}
'Declaration
 
Public Property RespArrays As IccResponseArrays()
'Usage
 
Dim instance As IccCurveStructure
Dim value() As IccResponseArrays
 
instance.RespArrays = value
 
value = instance.RespArrays

            

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

Property Value

IccResponseArrays structure with number-of-channels response arrays. Each array contains number-of-measurements reponse16Numbers appropriate to the channel.
Requirements

Target Platforms

See Also

Reference

IccCurveStructure Structure
IccCurveStructure Members

 

 


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