Searched refs:channel_invert (Results 1 – 11 of 11) sorted by relevance
/third_party/boost/boost/gil/ |
D | color_convert.hpp | 167 dst_t const c = channel_invert(channel_convert<dst_t>(r)); // c = 1 - r in operator ()() 168 dst_t const m = channel_invert(channel_convert<dst_t>(g)); // m = 1 - g in operator ()() 169 dst_t const y = channel_invert(channel_convert<dst_t>(b)); // y = 1 - b in operator ()() 207 channel_invert<T1>( in operator ()() 209 …T1(channel_multiply(get_color(src,cyan_t()),channel_invert(get_color(src,black_t())))+get_color(sr… in operator ()() 212 channel_invert<T1>( in operator ()() 214 …T1(channel_multiply(get_color(src,magenta_t()),channel_invert(get_color(src,black_t())))+get_color… in operator ()() 217 channel_invert<T1>( in operator ()() 219 …T1(channel_multiply(get_color(src,yellow_t()),channel_invert(get_color(src,black_t())))+get_color(… in operator ()() 235 channel_invert( in operator ()() [all …]
|
D | channel_algorithm.hpp | 559 inline typename channel_traits<Channel>::value_type channel_invert(Channel x) { in channel_invert() function
|
/third_party/boost/libs/gil/test/core/channel/ |
D | algorithm_channel_invert.cpp | 24 BOOST_TEST_EQ(gil::channel_invert(f.min_v_), f.max_v_); in test_channel_invert() 25 BOOST_TEST_EQ(gil::channel_invert(f.max_v_), f.min_v_); in test_channel_invert()
|
/third_party/boost/libs/gil/test/legacy/ |
D | channel.cpp | 116 error_if(channel_invert(this->_min_v) != this->_max_v); in test_channel_invert() 117 error_if(channel_invert(this->_max_v) != this->_min_v); in test_channel_invert()
|
D | pixel.cpp | 91 semantic_at_c<0>(C2::_pixel) = channel_invert(semantic_at_c<0>(C2::_pixel)); in test_heterogeneous()
|
D | image.cpp | 77 get_color(dst,gray_color_t())=channel_invert(get_color(dst,gray_color_t())); in operator ()()
|
/third_party/boost/libs/gil/doc/design/ |
D | extending.rst | 74 get_color(dst,gray_color_t())=channel_invert(get_color(dst,gray_color_t()));
|
D | channel.rst | 200 typename channel_traits<Channel>::value_type channel_invert(Channel x);
|
/third_party/boost/libs/gil/doc/html/_sources/design/ |
D | extending.rst.txt | 74 get_color(dst,gray_color_t())=channel_invert(get_color(dst,gray_color_t()));
|
D | channel.rst.txt | 200 typename channel_traits<Channel>::value_type channel_invert(Channel x);
|
/third_party/boost/libs/gil/doc/html/ |
D | searchindex.js | 1 …el_6bit:1,channel_convert:[1,7,8,13,28],channel_convert_to_unsign:28,channel_invert:[1,8],channel_… property
|