color::swap
- add missing premultiplied_
(ref #4137)
This commit is contained in:
parent
3e178a2153
commit
cb638eaabf
1 changed files with 1 additions and 0 deletions
|
@ -167,6 +167,7 @@ private:
|
||||||
std::swap(green_,rhs.green_);
|
std::swap(green_,rhs.green_);
|
||||||
std::swap(blue_,rhs.blue_);
|
std::swap(blue_,rhs.blue_);
|
||||||
std::swap(alpha_,rhs.alpha_);
|
std::swap(alpha_,rhs.alpha_);
|
||||||
|
std::swap(premultiplied_, rhs.premultiplied_);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue