1 Star 0 Fork 5.1K

youguilin / docs

forked from OpenHarmony / docs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
screen-brightness.md 3.16 KB
一键复制 编辑 原始数据 按行查看 历史
mamingshuai 提交于 2021-06-02 01:00 . update OpenHarmony 2.0 Canary

Screen Brightness

Modules to Import

import brightness from '@ohos.brightness.d.ts'.

Functions

setValue(value: number)

Sets the screen brightness.

Parameters

Name

Type

Mandatory

Description

value

number

Yes

Brightness value, ranging from 0 to 255

Return Values

None

  • Example

    import brightness from '@ohos.brightness.d.ts'
    brightness.setValue(128);
1
https://gitee.com/yougl/docs.git
git@gitee.com:yougl/docs.git
yougl
docs
docs
master

搜索帮助