Enum LightSource
Represents the type of light source.
Namespace: ExifLibrary
Assembly: ExifLibrary.dll
Syntax
public enum LightSource : ushort
Fields
| Name | Description |
|---|---|
| CloudyWeather | Cloudy weather light source. |
| CoolWhiteFluorescent | Cool white fluorescent (W 3900 - 4500K) |
| D50 | D50. |
| D55 | D55. |
| D65 | D65. |
| D75 | D75. |
| Daylight | Daylight. |
| DaylightFluorescent | Daylight fluorescent (D 5700 - 7100K) |
| DayWhiteFluorescent | Day white fluorescent (N 4600 - 5400K) |
| FineWeather | Fine weather light source. |
| Flash | Flash light source. |
| Fluorescent | Fluorescent light source. |
| ISOStudioTungsten | Studio tungsten light source. |
| OtherLightSource | Other light source. |
| Shade | Shade light source. |
| StandardLightA | Standard light A. |
| StandardLightB | Standard light B. |
| StandardLightC | Standard light C. |
| Tungsten | Tungsten light source. |
| Unknown | The type of light source is unknown. |
| WhiteFluorescent | White fluorescent (WW 3200 - 3700K) |