mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 03:18:37 +08:00
closes #163
This commit is contained in:
parent
be4e40e90a
commit
b874205119
@ -225,7 +225,7 @@ Color Color::inverted() const {
|
||||
Color Color::contrasted() const {
|
||||
|
||||
Color c=*this;
|
||||
c.contrasted();
|
||||
c.contrast();
|
||||
return c;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user