mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Merge pull request #100200 from syntaxerror247/android-base-color
Android: Support for `base color` retrieval
This commit is contained in:
@@ -199,7 +199,7 @@
|
||||
<return type="Color" />
|
||||
<description>
|
||||
Returns the OS theme base color (default control background). Returns [code]Color(0, 0, 0, 0)[/code] if the base color is unknown.
|
||||
[b]Note:[/b] This method is implemented on macOS and Windows.
|
||||
[b]Note:[/b] This method is implemented on macOS, Windows, and Android.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_display_cutouts" qualifiers="const">
|
||||
|
||||
Reference in New Issue
Block a user