$extrastylesheet
Classes | |
| struct | rgb32 |
| Color class for red-green-blue where every component is 8-bit encoded. More... | |
Functions | |
| void | from_to_ (const rgb32 &from, bool &to) |
| void | from_to_ (const bool &from, value::qt::rgb32 &to) |
| rgb32::interop | operator+ (const rgb32 &lhs, const rgb32 &rhs) |
| rgb32::interop | operator+ (const rgb32::interop &lhs, const rgb32 &rhs) |
| rgb32::interop | operator+ (const rgb32 &lhs, const rgb32::interop &rhs) |
| std::ostream & | operator<< (std::ostream &ostr, const rgb32 &c) |
| std::istream & | operator>> (std::istream &istr, rgb32 &c) |
| rgb32::interop | operator- (const rgb32 &lhs, const rgb32 &rhs) |
| rgb32::interop | operator- (const rgb32::interop &lhs, const rgb32 &rhs) |
| rgb32::interop | operator- (const rgb32 &lhs, const rgb32::interop &rhs) |
| template<typename S > | |
| rgb32::interop | operator* (const rgb32 &lhs, const mln::value::scalar_< S > &s) |
| template<typename S > | |
| rgb32::interop | operator* (const mln::value::scalar_< S > &s, const rgb32 &lhs) |
| template<typename S > | |
| rgb32::interop | operator/ (const rgb32 &lhs, const mln::value::scalar_< S > &s) |
| void mln::value::qt::from_to_ | ( | const rgb32 & | from, |
| bool & | to | ||
| ) |
| void mln::value::qt::from_to_ | ( | const bool & | from, |
| value::qt::rgb32 & | to | ||
| ) |
|
inline |
Product.
|
inline |
| rgb32::interop mln::value::qt::operator+ | ( | const rgb32 & | lhs, |
| const rgb32 & | rhs | ||
| ) |
Addition.
{
| rgb32::interop mln::value::qt::operator+ | ( | const rgb32::interop & | lhs, |
| const rgb32 & | rhs | ||
| ) |
| rgb32::interop mln::value::qt::operator+ | ( | const rgb32 & | lhs, |
| const rgb32::interop & | rhs | ||
| ) |
| rgb32::interop mln::value::qt::operator- | ( | const rgb32 & | lhs, |
| const rgb32 & | rhs | ||
| ) |
Subtraction.
| rgb32::interop mln::value::qt::operator- | ( | const rgb32::interop & | lhs, |
| const rgb32 & | rhs | ||
| ) |
| rgb32::interop mln::value::qt::operator- | ( | const rgb32 & | lhs, |
| const rgb32::interop & | rhs | ||
| ) |
|
inline |
Division.
| std::ostream& mln::value::qt::operator<< | ( | std::ostream & | ostr, |
| const rgb32 & | c | ||
| ) |
| std::istream& mln::value::qt::operator>> | ( | std::istream & | istr, |
| rgb32 & | c | ||
| ) |