Version: 2023.2
언어: 한국어
public static float brightness ;

설명

Indicates the current brightness of the screen.

The value of this property is a number between 0.0 and 1.0, where 0 represents the minimum and 1.0 represents the maximum brightness of the screen.

iOS: The screen brightness changes that your application makes remain in effect until the device is locked, regardless of whether the application is closed. The system brightness is restored the next time the display is turned on.

Android: Screen brightness is set by adjusting 'screenBrightness' in layout parameters of a window. This does not affect the brightness level set in the Display Brightness setting of the device.