AutoEnhanceFilter.TargetWhitePoint Property

The desired target 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 TargetWhitePoint { get; set; }
'Declaration
Public Property TargetWhitePoint As Color
    Get
    Set
public:
virtual property Color TargetWhitePoint {
    Color get () sealed;
    void set (Color value) sealed;
}
function get_TargetWhitePoint();
function set_TargetWhitePoint(value);

Property Value

Type: Color

Remarks

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

The alpha component of the color is not used.

Default is RGB (255, 255, 255).

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

AutoEnhanceFilter Class

AutoEnhanceFilter.AutoEnhanceFilter Members

Lumia.Imaging.Adjustments Namespace