System.Sensors.TCustomLightSensor.Chromacity

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Chromacity: Double index TProperty.Chromacity read GetDoubleProperty;

C++

__property double Chromacity = {read=GetDoubleProperty, index=2};

Properties

Type Visibility Source Unit Parent
property public
System.Sensors.pas
System.Sensors.hpp
System.Sensors TCustomLightSensor

Description

Getter for light chromacity.

Chromacity represents the quality of the dominant wavelength of the light, or its chromaticity.

Platform Support

This property is only supported on Windows.

See Also