LightSensorDataThreshold.Chromaticity Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
|