Поделиться через


LightSensorDataThreshold.Chromaticity Property

Definition

Gets or sets the minimum change in chromaticity (x and y) which is required to reach the threshold. The values x and y are coordinates in the CIE xyY color space.

public:
 property LightSensorChromaticity Chromaticity { LightSensorChromaticity get(); void set(LightSensorChromaticity value); };
LightSensorChromaticity Chromaticity();

void Chromaticity(LightSensorChromaticity value);
public LightSensorChromaticity Chromaticity { get; set; }
var lightSensorChromaticity = lightSensorDataThreshold.chromaticity;
lightSensorDataThreshold.chromaticity = lightSensorChromaticity;
Public Property Chromaticity As LightSensorChromaticity

Property Value

The chromaticity threshold for both x and y.

Windows requirements

Device family
Windows 11, version 24H2 (introduced in 10.0.26100.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v19.0)

Applies to

See also