If True ImageEn applies an algorithm to adjust image colors. This works only when the RAW file contains an EXIF thumbnails with correct colors, because IEvolution gets right colors from the thumbnail.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool RAW_AutoAdjustColors { get; set; }
Public Property RAW_AutoAdjustColors As Boolean
	Get
	Set
public:
property bool RAW_AutoAdjustColors {
	bool get ();
	void set (bool value);
}

See Also