WhiteBalanceEffect.SourceWhitePoint Property

The source white point reference color.

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

Version Information

Lumia Imaging SDK

Supported in: 3.0

See Also

WhiteBalanceEffect Class

WhiteBalanceEffect.WhiteBalanceEffect Members

Lumia.Imaging.Adjustments Namespace