System.Sensors.TCustomLightSensor

From RAD Studio API Documentation
Jump to: navigation, search

System.Sensors.TCustomSensorSystem.TObjectTCustomLightSensor

Delphi

TCustomLightSensor = class(TCustomSensor)

C++

class PASCALIMPLEMENTATION TCustomLightSensor : public TCustomSensor

Properties

Type Visibility Source Unit Parent
class public
System.Sensors.pas
System.Sensors.hpp
System.Sensors System.Sensors

Description

Gives information about illuminance, light temperature and light chromaticity.

The luminous emittance measured in Lux is returned by the Lux property. Temperature returns light temperature in Kelvin. Chromacity offers details about light chromaticity.

Platform Support

This class supports the following platforms:

Platform Details

Android

Only supports the Lux property.

Windows

Complete support.

See Also