$extrastylesheet
#include <mln/value/qt/rgb32.hh>
Public Attributes | |
int_u< 8 > | alpha_ |
Static Public Attributes | |
static const rgb32 | zero |
Protected Attributes | |
enc | v_ |
Public Types | |
typedef int_u< 8 > | blue_t |
typedef Value< void > | category |
typedef C | enc |
typedef V | equiv |
typedef rgb32 | exact_t |
typedef int_u< 8 > | green_t |
typedef N | interop |
typedef int_u< 8 > | red_t |
Color class for red-green-blue where every component is 8-bit encoded.
This class allows the conversion from a mln::image2d to a QImage encoded with QImage::Format_RGB32 or QImage::Format_ARGB32.
mln::value::qt::rgb32::rgb32 | ( | ) |
Constructor without argument.
mln::value::qt::rgb32::rgb32 | ( | const algebra::vec< 3, int > & | rhs | ) |
Constructor from a algebra::vec.
mln::value::qt::rgb32::rgb32 | ( | const algebra::vec< 3, unsigned > & | rhs | ) |
mln::value::qt::rgb32::rgb32 | ( | const algebra::vec< 3, int_u< 8 > > & | rhs | ) |
mln::value::qt::rgb32::rgb32 | ( | const algebra::vec< 3, float > & | rhs | ) |
mln::value::qt::rgb32::rgb32 | ( | const mln::literal::zero_t & | ) |
Constructors with literals.
mln::value::qt::rgb32::rgb32 | ( | const mln::literal::white_t & | ) |
mln::value::qt::rgb32::rgb32 | ( | const mln::literal::black_t & | ) |
mln::value::qt::rgb32::rgb32 | ( | const mln::literal::light_gray_t & | ) |
mln::value::qt::rgb32::rgb32 | ( | const mln::literal::medium_gray_t & | ) |
mln::value::qt::rgb32::rgb32 | ( | const mln::literal::dark_gray_t & | ) |
mln::value::qt::rgb32::rgb32 | ( | const mln::literal::red_t & | ) |
mln::value::qt::rgb32::rgb32 | ( | const mln::literal::blue_t & | ) |
mln::value::qt::rgb32::rgb32 | ( | const mln::literal::green_t & | ) |
mln::value::qt::rgb32::rgb32 | ( | const mln::literal::brown_t & | ) |
mln::value::qt::rgb32::rgb32 | ( | const mln::literal::lime_t & | ) |
mln::value::qt::rgb32::rgb32 | ( | const mln::literal::orange_t & | ) |
mln::value::qt::rgb32::rgb32 | ( | const mln::literal::pink_t & | ) |
mln::value::qt::rgb32::rgb32 | ( | const mln::literal::purple_t & | ) |
mln::value::qt::rgb32::rgb32 | ( | const mln::literal::teal_t & | ) |
mln::value::qt::rgb32::rgb32 | ( | const mln::literal::violet_t & | ) |
mln::value::qt::rgb32::rgb32 | ( | const mln::literal::cyan_t & | ) |
mln::value::qt::rgb32::rgb32 | ( | const mln::literal::magenta_t & | ) |
mln::value::qt::rgb32::rgb32 | ( | const mln::literal::yellow_t & | ) |
mln::value::qt::rgb32::rgb32 | ( | const mln::literal::olive_t & | ) |
|
inlineinherited |
Definition at line 81 of file value_like.hh.
mln::value::qt::rgb32::operator algebra::vec< 3, float > | ( | ) | const |
mln::value::qt::rgb32::operator algebra::vec< 3, int > | ( | ) | const |
|
inline |
|
inherited |
Explicit conversion towards encoding type.
|
inherited |
Explicit conversion towards equivalent type.
|
inherited |
Explicit conversion towards interoperation type.
int_u<8> mln::value::qt::rgb32::alpha_ |
|
protectedinherited |
Definition at line 84 of file value_like.hh.
typedef int_u<8> mln::value::qt::rgb32::blue_t |
|
inherited |
Definition at line 62 of file core/concept/value.hh.
|
inherited |
Encoding associated type.
Definition at line 65 of file value_like.hh.
|
inherited |
Equivalent associated type.
Definition at line 62 of file value_like.hh.
typedef int_u<8> mln::value::qt::rgb32::green_t |
|
inherited |
Interoperation associated type.
Definition at line 68 of file value_like.hh.
typedef int_u<8> mln::value::qt::rgb32::red_t |