Share via


AutoEnhanceFilter.WhiteBalanceMode Property

Sets the white balance mode to use.

Namespace: Lumia.Imaging.Adjustments
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255

Syntax

public WhiteBalanceMode WhiteBalanceMode { get; set; }
'Declaration
Public Property WhiteBalanceMode As WhiteBalanceMode
    Get
    Set
public:
virtual property WhiteBalanceMode WhiteBalanceMode {
    WhiteBalanceMode get () sealed;
    void set (WhiteBalanceMode value) sealed;
}
function get_WhiteBalanceMode();
function set_WhiteBalanceMode(value);

Property Value

Type: WhiteBalanceMode

Remarks

If white balance mode is set to Automatic, a TargetWhitePoint needs to be set.

If white balance mode is set to Manual, a TargetWhitePoint and a SourceWhitePoint need to be set.

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

AutoEnhanceFilter Class

AutoEnhanceFilter.AutoEnhanceFilter Members

Lumia.Imaging.Adjustments Namespace