[Android] Implement support for accent color retrieval
This commit is contained in:
parent
c6c464cf9a
commit
7b866f302f
6 changed files with 36 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue