Share via


LightSensorChromaticity Struct

Definition

Provides access to light sensor chromaticity coordinate values. These coordinates represent xy in the CIE xyY color space.

public value class LightSensorChromaticity
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 1245184)]
struct LightSensorChromaticity
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 1245184)]
public struct LightSensorChromaticity
var lightSensorChromaticity = {
x : /* Your value */,
y : /* Your value */
}
Public Structure LightSensorChromaticity
Inheritance
LightSensorChromaticity
Attributes

Windows requirements

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

Remarks

IsChromaticitySupported

Fields

X

Chromaticity value of the x coordinate of the CIE xyY color space. Values are normalized, and range from 0 - 1.

Y

Chromaticity value of the y coordinate of the CIE xyY color space. Values are normalized, and range from 0 - 1.

Applies to