$extrastylesheet
#include <mln/value/rgb8.hh>
Static Public Attributes | |
static const rgb< n > | zero |
Protected Attributes | |
enc | v_ |
Public Types | |
typedef int_u< n > | blue_t |
typedef Value< void > | category |
typedef C | enc |
typedef V | equiv |
typedef rgb< n > | exact_t |
typedef int_u< n > | green_t |
typedef N | interop |
typedef int_u< n > | red_t |
Color class for red-green-blue where every component is 8-bit encoded.
mln::value::rgb8::rgb8 | ( | ) |
Constructor without argument.
mln::value::rgb8::rgb8 | ( | const algebra::vec< 3, int > & | rhs | ) |
Constructor from a algebra::vec.
mln::value::rgb8::rgb8 | ( | const algebra::vec< 3, unsigned > & | rhs | ) |
Constructor from a algebra::vec.
mln::value::rgb8::rgb8 | ( | const algebra::vec< 3, int_u< n > > & | rhs | ) |
Constructor from a algebra::vec.
mln::value::rgb8::rgb8 | ( | const algebra::vec< 3, float > & | rhs | ) |
Constructor from a algebra::vec.
mln::value::rgb8::rgb8 | ( | const mln::literal::white_t & | ) |
Constructor from literal. rgb8(255,255,255)
mln::value::rgb8::rgb8 | ( | const mln::literal::black_t & | ) |
Constructor from literal. rgb8(0,0,0)
mln::value::rgb8::rgb8 | ( | const mln::literal::light_gray_t & | ) |
Constructor from literal.
mln::value::rgb8::rgb8 | ( | const mln::literal::medium_gray_t & | ) |
Constructor from literal.
mln::value::rgb8::rgb8 | ( | const mln::literal::dark_gray_t & | ) |
Constructor from literal.
mln::value::rgb8::rgb8 | ( | const mln::literal::red_t & | ) |
Constructor from literal.
mln::value::rgb8::rgb8 | ( | const mln::literal::blue_t & | ) |
Constructor from literal.
mln::value::rgb8::rgb8 | ( | const mln::literal::green_t & | ) |
Constructor from literal.
mln::value::rgb8::rgb8 | ( | const mln::literal::brown_t & | ) |
Constructor from literal.
mln::value::rgb8::rgb8 | ( | const mln::literal::lime_t & | ) |
Constructor from literal.
mln::value::rgb8::rgb8 | ( | const mln::literal::orange_t & | ) |
Constructor from literal.
mln::value::rgb8::rgb8 | ( | const mln::literal::pink_t & | ) |
Constructor from literal.
mln::value::rgb8::rgb8 | ( | const mln::literal::purple_t & | ) |
Constructor from literal.
mln::value::rgb8::rgb8 | ( | const mln::literal::teal_t & | ) |
Constructor from literal.
mln::value::rgb8::rgb8 | ( | const mln::literal::violet_t & | ) |
Constructor from literal.
mln::value::rgb8::rgb8 | ( | const mln::literal::cyan_t & | ) |
Constructor from literal.
mln::value::rgb8::rgb8 | ( | const mln::literal::magenta_t & | ) |
Constructor from literal.
mln::value::rgb8::rgb8 | ( | const mln::literal::yellow_t & | ) |
Constructor from literal.
mln::value::rgb8::rgb8 | ( | const mln::literal::olive_t & | ) |
Constructor from literal.
|
inlineinherited |
Definition at line 228 of file value/rgb.hh.
|
inlineinherited |
Definition at line 229 of file value/rgb.hh.
|
inlineinherited |
Definition at line 231 of file value/rgb.hh.
|
inlineinherited |
Definition at line 232 of file value/rgb.hh.
|
inlineinherited |
Definition at line 225 of file value/rgb.hh.
|
inlineinherited |
Definition at line 226 of file value/rgb.hh.
|
inlineinherited |
Definition at line 81 of file value_like.hh.
|
inlineinherited |
Definition at line 250 of file value/rgb.hh.
|
inlineinherited |
Definition at line 248 of file value/rgb.hh.
|
inlineinherited |
Definition at line 222 of file value/rgb.hh.
|
inlineinherited |
Definition at line 223 of file value/rgb.hh.
|
inherited |
Explicit conversion towards encoding type.
|
inherited |
Explicit conversion towards equivalent type.
|
inherited |
Explicit conversion towards interoperation type.
|
protectedinherited |
Definition at line 84 of file value_like.hh.
|
staticinherited |
Zero value.
Definition at line 281 of file value/rgb.hh.
|
inherited |
Definition at line 218 of file value/rgb.hh.
|
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.
|
inherited |
|
inherited |
Definition at line 217 of file value/rgb.hh.
|
inherited |
Interoperation associated type.
Definition at line 68 of file value_like.hh.
|
inherited |
Definition at line 216 of file value/rgb.hh.