|
|
|
|
BrightnessGet (Function) In french: LuminositéRécupère Returns the current setting of the brightness for the screen of the device. Remark: This function can be used in the emulator. nBrightness is int = BrightnessGet()
Syntax
<Result> = BrightnessGet()
<Result>: Integer Current setting for the brightness of the screen in manual mode, included between 0 and 100. Remarks - To modify the value of the current setting for the brightness of the screen, use BrightnessModify.
 BrightnessAuto returns or modifies the activation status of the automatic adjustment of the brightness on the device.
Related Examples:
|
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: wd280android.aar
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|