[This is preliminary documentation and is subject to change.]
Possible values of the LightSource property
Namespace: Tools.MetadataT.ExifTAssembly: 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 name | Value | Description | |
|---|---|---|---|
| unknown | 0 | unknown | |
| Daylight | 1 | Daylight | |
| Fluorescent | 2 | Fluorescent | |
| Tungsten | 3 | Tungsten (incandescent light) | |
| Flash | 4 | Flash | |
| FineWeather | 9 | Fine weather | |
| CloudyWeather | 10 | Cloudy weather | |
| Shade | 11 | Shade | |
| DaylightFluorescent | 12 | Daylight fluorescent (D 5700 – 7100K) | |
| DayWhiteFluorescent | 13 | Day white fluorescent (N 4600 – 5400K) | |
| CoolWhiteFluorescent | 14 | Cool white fluorescent (W 3900 – 4500K) | |
| WhiteFluorescent | 15 | White fluorescent (WW 3200 – 3700K) | |
| StandardLightA | 17 | Standard light A | |
| StandardLightB | 18 | Standard light B | |
| StandardLightC | 19 | Standard light C | |
| D55 | 20 | D55 | |
| D65 | 21 | D65 | |
| D75 | 22 | D75 | |
| D50 | 23 | D50 | |
| ISOStudioTungsten | 24 | ISO studio tungsten | |
| OtherLightSource | 255 | other light source | |
| IsFlags | Gets value indicating if given value is of enum type which has FlagsAttribute applied | ||
| GetName | Gets name of given enumeration value | ||
| GetConstant | Gets constant field that represents given enum value | ||
| GetValue | Gets value of enum in its unedlying type | ||
| IsDefined | Gets value idicating if given value is defined as constant in enumeration |