Method
IsDarkMode
Warning
This item was deprecated in version 2019r3. Please use Color.IsDarkMode as a replacement.
Description
Indicates if the app is running in dark mode for the OS.
Usage
result = IsDarkMode
Part |
Type |
Description |
---|---|---|
result |
True if the app is running in dark mode and False if it is not. |
Notes
Currently this will only return True when running on macOS Mojave or later when dark mode is enabled in System Preferences and when Supports Dark Mode is set to ON in the project Shared Build Settings.
For the most accurate results, IsDarkMode is not cached. If you are using it within a tight drawing space (such as Listbox rows) you may optionally cache it yourself for faster drawing.
Compatibility
All project types on all supported operating systems.
See also
Color.FillColor, Color.FrameColor, Color.TextColor methods; Supporting Dark Mode topic