closes #163
This commit is contained in:
parent
be4e40e90a
commit
b874205119
|
@ -225,7 +225,7 @@ Color Color::inverted() const {
|
||||||
Color Color::contrasted() const {
|
Color Color::contrasted() const {
|
||||||
|
|
||||||
Color c=*this;
|
Color c=*this;
|
||||||
c.contrasted();
|
c.contrast();
|
||||||
return c;
|
return c;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue