LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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 New 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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also