Doc systemPreferences.isInvertedColorScheme

This commit is contained in:
Kevin Sawicki 2016-10-06 15:31:43 -07:00
Родитель 7b49d94e9f
Коммит 223e9d97a0
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -150,3 +150,8 @@ const green = color.substr(2, 2) // "bb"
const blue = color.substr(4, 2) // "cc"
const alpha = color.substr(6, 2) // "dd"
```
### `systemPreferences.isInvertedColorScheme()` _Windows_
Returns `Boolean` - `true` if an inverted color scheme, such as a high contrast
theme, is active, `false` otherwise.