fix typo error in Color::invert
This commit is contained in:
parent
f8f3362cab
commit
b210f52f4a
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ void Color::invert() {
|
|||
|
||||
r=1.0-r;
|
||||
g=1.0-g;
|
||||
g=1.0-b;
|
||||
b=1.0-b;
|
||||
}
|
||||
void Color::contrast() {
|
||||
|
||||
|
|
Loading…
Reference in a new issue