Represents EXIF light sources.
Syntax
Members
Member | Value | Description |
CloudyWeather | 10 | Cloudy weather. |
CoolWhiteFluorescent | 14 | Cool white fluorescent. |
D50 | 23 | D50 source. |
D55 | 20 | D55 source. |
D65 | 21 | D65 source. |
D75 | 22 | D75 source. |
Daylight | 1 | Daylight source. |
DaylightFluorescent | 12 | Daylight fluorescent. |
DayWhiteFluorescent | 13 | Day white fluorescent. |
FineWeather | 9 | Fine weather. |
Flash | 4 | Flash source. |
Fluorescent | 2 | Fluorescent source. |
ISOStudioTungsten | 24 | ISO studio tungsten. |
Other | 255 | Other light source. |
Shade | 11 | Shade source. |
StandardLightA | 17 | Standard light A. |
StandardLightB | 18 | Standard light B. |
StandardLightC | 19 | Standard light C. |
Tungsten | 3 | Tungsten source. |
Unknown | 0 | Unknown light source. |
WhiteFluorescent | 15 | White fluorescent. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Formats.EXIF.ImGearEXIFLightSource
See Also