[This is preliminary documentation and is subject to change.]

Possible values of the LightSource property

Namespace: Tools.MetadataT.ExifT
Assembly: Tools.Metadata (in Tools.Metadata.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[CLSCompliantAttribute(false)]
public enum LightSourceValues
Visual Basic
<CLSCompliantAttribute(False)> _
Public Enumeration LightSourceValues
Visual C++
[CLSCompliantAttribute(false)]
public enum class LightSourceValues
F#
[<CLSCompliantAttribute(false)>]
type LightSourceValues
JScript
public enum LightSourceValues

Members

Member nameValueDescription
unknown0unknown
Daylight1Daylight
Fluorescent2Fluorescent
Tungsten3Tungsten (incandescent light)
Flash4Flash
FineWeather9Fine weather
CloudyWeather10Cloudy weather
Shade11Shade
DaylightFluorescent12Daylight fluorescent (D 5700 – 7100K)
DayWhiteFluorescent13Day white fluorescent (N 4600 – 5400K)
CoolWhiteFluorescent14Cool white fluorescent (W 3900 – 4500K)
WhiteFluorescent15White fluorescent (WW 3200 – 3700K)
StandardLightA17Standard light A
StandardLightB18Standard light B
StandardLightC19Standard light C
D5520D55
D6521D65
D7522D75
D5023D50
ISOStudioTungsten24ISO studio tungsten
OtherLightSource255other light source
IsFlagsGets value indicating if given value is of enum type which has FlagsAttribute applied
GetNameGets name of given enumeration value
GetConstantGets constant field that represents given enum value
GetValueGets value of enum in its unedlying type
IsDefinedGets value idicating if given value is defined as constant in enumeration

See Also