Merge pull request #100200 from syntaxerror247/android-base-color

Android: Support for `base color` retrieval
This commit is contained in:
Rémi Verschelde
2024-12-18 00:39:45 +01:00
6 changed files with 38 additions and 7 deletions

View File

@@ -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">