Defines Color Space.

DCF image must use sRGB color space so value is always "1".

If the picture uses the other color space, value is "65535":Uncalibrated.

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

Syntax

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

See Also