Functions | |
| bool | do_it (const value::rgb8 &in, bool &out) |
| bool | do_it (const value::rgb8 &in, value::int_u8 &out) |
| bool | do_it (const value::rgb8 &in, value::rgb8 &out) |
| Magick::Color | get_color (bool value) |
| Magick::Color | get_color (const value::int_u8 &value) |
| Magick::Color | get_color (const value::rgb8 &value) |
| bool mln::io::magick::impl::do_it | ( | const value::rgb8 & | in, | |
| bool & | out | |||
| ) | [inline] |
Definition at line 85 of file magick/load.hh.
References mln::value::rgb< n >::blue(), mln::value::rgb< n >::green(), and mln::value::rgb< n >::red().
Referenced by mln::io::magick::load().
| bool mln::io::magick::impl::do_it | ( | const value::rgb8 & | in, | |
| value::int_u8 & | out | |||
| ) | [inline] |
Definition at line 111 of file magick/load.hh.
References mln::value::rgb< n >::blue(), mln::value::rgb< n >::green(), and mln::value::rgb< n >::red().
| bool mln::io::magick::impl::do_it | ( | const value::rgb8 & | in, | |
| value::rgb8 & | out | |||
| ) | [inline] |
Definition at line 128 of file magick/load.hh.
| Magick::Color mln::io::magick::impl::get_color | ( | bool | value | ) | [inline] |
Definition at line 104 of file magick/save.hh.
Referenced by mln::io::magick::internal::paste_data(), and mln::io::magick::internal::paste_data_opacity().
| Magick::Color mln::io::magick::impl::get_color | ( | const value::int_u8 & | value | ) | [inline] |
Definition at line 110 of file magick/save.hh.
| Magick::Color mln::io::magick::impl::get_color | ( | const value::rgb8 & | value | ) | [inline] |
Definition at line 124 of file magick/save.hh.
References mln::value::rgb< n >::blue(), mln::value::rgb< n >::green(), and mln::value::rgb< n >::red().
1.7.1