This commit is contained in:
Dana Olson 2014-12-08 23:26:19 -05:00
parent be4e40e90a
commit b874205119

View file

@ -225,7 +225,7 @@ Color Color::inverted() const {
Color Color::contrasted() const {
Color c=*this;
c.contrasted();
c.contrast();
return c;
}