LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

MeasurementOfPatch Property

Show in webframe





Gets or sets the measurements of patch with maximum colorant value.
Syntax
public IccXyzNumber[] MeasurementOfPatch {get; set;}
'Declaration
 
Public Property MeasurementOfPatch As IccXyzNumber()
'Usage
 
Dim instance As IccCurveStructure
Dim value() As IccXyzNumber
 
instance.MeasurementOfPatch = value
 
value = instance.MeasurementOfPatch

            

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

Property Value

IccXyzNumber structure with number-of-channels measurements of patch with the maximum colorant value. PCS values shall be relative colorimetric.
Requirements

Target Platforms

See Also

Reference

IccCurveStructure Structure
IccCurveStructure Members

 

 


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