AutoEnhanceFilter.SourceWhitePoint Property

The desired source white point. The luminance of the provided color is ignored, only the chrominance information is used.

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

Syntax

public Color SourceWhitePoint { get; set; }
'Declaration
Public Property SourceWhitePoint As Color
    Get
    Set
public:
virtual property Color SourceWhitePoint {
    Color get () sealed;
    void set (Color value) sealed;
}
function get_SourceWhitePoint();
function set_SourceWhitePoint(value);

Property Value

Type: Color

Remarks

This property is only used if WhiteBalanceMode is set to Manual.

The alpha component of the color is not used.

Default is RGB (0, 0, 0).

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

AutoEnhanceFilter Class

AutoEnhanceFilter.AutoEnhanceFilter Members

Lumia.Imaging.Adjustments Namespace