Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The XYZinCIE WMI class contains the coordinates of the display in the International Commission on Illumination (CIE) XYZ color space.
Syntax
class XYZinCIE : WmiMonitorColorCharacteristics
{
uint16 X;
uint16 Y;
};
Members
The XYZinCIE class has these types of members:
Properties
The XYZinCIE class has these properties.
-
X
-
-
Data type: uint16
-
Access type: Read-only
X-coordinate.
-
-
Y
-
-
Data type: uint16
-
Access type: Read-only
Y-coordinate.
-
Remarks
The WmiMonitorColorCharacteristics class contains embedded instances of the XYZinCIE class to describe the color characteristics of a monitor.
To calculate the z-coordinate, based on the x and y values, use the relation ||(x,y,z)|| = 1.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Namespace |
Root\wmi |
MOF |
|
DLL |
|