diff options
author | Aaron Franke <arnfranke@yahoo.com> | 2019-11-30 15:08:50 -0500 |
---|---|---|
committer | Aaron Franke <arnfranke@yahoo.com> | 2019-11-30 16:52:27 -0500 |
commit | 3231fca934c200b67ff823f82368a79b278bec5e (patch) | |
tree | 702e1187abfaceaac3e517a53baaf86ced5e7790 /doc/classes/Color.xml | |
parent | 2e76c7ce194046bd7a085a3400a73ceb976b3254 (diff) | |
download | redot-engine-3231fca934c200b67ff823f82368a79b278bec5e.tar.gz |
Add docs for is_equal_approx on structures
Diffstat (limited to 'doc/classes/Color.xml')
-rw-r--r-- | doc/classes/Color.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/Color.xml b/doc/classes/Color.xml index deba30712e..1d4225542a 100644 --- a/doc/classes/Color.xml +++ b/doc/classes/Color.xml @@ -157,6 +157,7 @@ <argument index="0" name="color" type="Color"> </argument> <description> + Returns [code]true[/code] if this color and [code]color[/code] are approximately equal, by running [method @GDScript.is_equal_approx] on each component. </description> </method> <method name="lightened"> |