Accusoft.ImagXpress13.Net
ConvertTosRGB Property




Ordinarily ImagXpress will convert RGB camera images to sRGB. To leave the camera images in their native RGB colorspace and ignore possible camera color space differences, set this property to false.
Syntax
'Declaration
 
Public Property ConvertTosRGB As Boolean
'Usage
 
Dim instance As LoadOptionsCameraRaw
Dim value As Boolean
 
instance.ConvertTosRGB = value
 
value = instance.ConvertTosRGB
public bool ConvertTosRGB {get; set;}
public: __property bool get_ConvertTosRGB();
public: __property void set_ConvertTosRGB( 
   bool value
);
public:
property bool ConvertTosRGB {
   bool get();
   void set (    bool value);
}
Remarks
The default value is true.
See Also

Reference

LoadOptionsCameraRaw Class
LoadOptionsCameraRaw Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback