ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Mobile specific functions / Phone functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
BrightnessGet (Function)
In french: LuminositéRécupère
Returns the current setting of the brightness for the screen of the device.
Note: This function can be used in the emulator.
Example
nLuminosité is int = BrightnessGet()
Syntax
<Result> = BrightnessGet()
<Result>: Integer
Current setting for the brightness of the screen in manual mode, included between 0 and 100.
AndroidAndroid Widget Warning If the brightness setting is in automation mode, the value returned may differ from the actual brightness of the display. To find out whether the setting was performed in automatic mode, use BrightnessAuto.
Remarks
  • To modify the value of the current setting for the brightness of the screen, use BrightnessModify.
  • AndroidAndroid Widget BrightnessAuto returns or modifies the activation status of the automatic adjustment of the brightness on the device.
Related Examples:
WM System Cross-platform examples (WINDEV Mobile): WM System
[ + ] This application is an example of some of the features of WINDEV Mobile available for Android/iOS.
The following system functions are used:
- NFC
- Multimedia control
- Brightness
- Volume
- Wi-Fi
- Bluetooth
- Toast
- Compass
- Accelerometer
- Camera control
- LED
- Vibration
- Notifications
- Drawing functions
- Internet
Component: wd300android.aar
Minimum version required
  • Version 17
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help