Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.5.7
IccMeasurement Constructor
See Also 
Leadtools.ColorConversion Namespace > IccMeasurement Structure : IccMeasurement Constructor




standardObserver
A value that represents the standard observer. For a list of possible values, refer to IccStandardObserverType.
backing
A value that represents XYZ tristimulus values for measurement backing.
geometry
A value that represents the measurement geometry. For a list of possible values, refer to IccMeasurementGeometryType.
flare
A value that represents the measurement flare. For a list of possible values, refer to IccMeasurementFlareType.
illuminant
A value that represents the standard illuminant. For a list of possible values, refer to IccStandardIlluminantType.
Initializes a new IccMeasurement with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal standardObserver As IccStandardObserverType, _
   ByVal backing As IccXyzNumber, _
   ByVal geometry As IccMeasurementGeometryType, _
   ByVal flare As IccMeasurementFlareType, _
   ByVal illuminant As IccStandardIlluminantType _
)
Visual Basic (Usage)Copy Code
Dim standardObserver As IccStandardObserverType
Dim backing As IccXyzNumber
Dim geometry As IccMeasurementGeometryType
Dim flare As IccMeasurementFlareType
Dim illuminant As IccStandardIlluminantType
 
Dim instance As IccMeasurement(standardObserver, backing, geometry, flare, illuminant)

Parameters

standardObserver
A value that represents the standard observer. For a list of possible values, refer to IccStandardObserverType.
backing
A value that represents XYZ tristimulus values for measurement backing.
geometry
A value that represents the measurement geometry. For a list of possible values, refer to IccMeasurementGeometryType.
flare
A value that represents the measurement flare. For a list of possible values, refer to IccMeasurementFlareType.
illuminant
A value that represents the standard illuminant. For a list of possible values, refer to IccStandardIlluminantType.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also