Light source, actually this means white balance setting.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public int EXIF_LightSource { get; set; }
Public Property EXIF_LightSource As Integer
	Get
	Set
public:
property int EXIF_LightSource {
	int get ();
	void set (int value);
}

Remarks

0 means unknown

1 daylight

2 fluorescent

3 tungsten

10 flash

17 standard light A

18 standard light B

19 standard light C

20 D55

21 D65

22 D75

255 other

See Also