Error processing SSI file
LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Show in webframe

Illuminant Property (IccMeasurement)






Gets or sets the standard illuminant value.
Syntax
public IccStandardIlluminantType Illuminant {get; set;}
'Declaration
 
Public Property Illuminant As IccStandardIlluminantType
'Usage
 
Dim instance As IccMeasurement
Dim value As IccStandardIlluminantType
 
instance.Illuminant = value
 
value = instance.Illuminant

            

            
public:
property IccStandardIlluminantType Illuminant {
   IccStandardIlluminantType get();
   void set (    IccStandardIlluminantType value);
}

Property Value

A value that represents the standard illuminant. For a list of possible values, refer to IccStandardIlluminantType.
Requirements

Target Platforms

See Also

Reference

IccMeasurement Structure
IccMeasurement Members

Error processing SSI file