Accusoft.ImagXpress13.Net
WhiteBalanceMethod Property




Gets or sets the white balance method which is used to balance the white in the image.
Syntax
'Declaration
 
Public Property WhiteBalanceMethod As WhiteBalanceMethod
'Usage
 
Dim instance As LoadOptionsCameraRaw
Dim value As WhiteBalanceMethod
 
instance.WhiteBalanceMethod = value
 
value = instance.WhiteBalanceMethod
public WhiteBalanceMethod WhiteBalanceMethod {get; set;}
public: __property WhiteBalanceMethod get_WhiteBalanceMethod();
public: __property void set_WhiteBalanceMethod( 
   WhiteBalanceMethod value
);
public:
property WhiteBalanceMethod WhiteBalanceMethod {
   WhiteBalanceMethod get();
   void set (    WhiteBalanceMethod value);
}

Property Value

The WhiteBalanceMethod which represents the white-balancing method.
Remarks
The default value is Camera.
See Also

Reference

LoadOptionsCameraRaw Class
LoadOptionsCameraRaw Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback