[Android] Implement support for accent color retrieval

This commit is contained in:
Anish Mishra
2024-11-01 03:36:26 +05:30
parent c6c464cf9a
commit 7b866f302f
6 changed files with 36 additions and 1 deletions

View File

@@ -185,7 +185,7 @@
<return type="Color" />
<description>
Returns OS theme accent color. Returns [code]Color(0, 0, 0, 0)[/code], if accent 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_base_color" qualifiers="const">