LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)
LEAD Technologies, Inc

MeasurementOfPatch Property






Gets or sets the measurements of patch with maximum colorant value. .NET support
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 IccXyzNumber[] MeasurementOfPatch {get; set;}
 get_MeasurementOfPatch();
set_MeasurementOfPatch(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IccCurveStructure Structure
IccCurveStructure Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.