Home
last modified time | relevance | path

Searched refs:gray_color_t (Results 1 – 17 of 17) sorted by relevance

/third_party/boost/boost/gil/extension/toolbox/color_spaces/
Dgray_alpha.hpp19 using gray_alpha_t = mp11::mp_list<gray_color_t,alpha_t>;
47 … channel_convert<typename color_element_type<P2, red_t>::type>(get_color(src,gray_color_t())); in operator ()()
49 … channel_convert<typename color_element_type<P2, green_t>::type>(get_color(src,gray_color_t())); in operator ()()
51 … channel_convert<typename color_element_type<P2, blue_t>::type>(get_color(src,gray_color_t())); in operator ()()
64 channel_multiply(get_color(src,gray_color_t()),get_color(src,alpha_t()) ) in operator ()()
68 channel_multiply(get_color(src,gray_color_t()),get_color(src,alpha_t()) ) in operator ()()
72 channel_multiply(get_color(src,gray_color_t()),get_color(src,alpha_t()) ) in operator ()()
82 get_color(dst,gray_color_t()) = in operator ()()
83 channel_convert<typename color_element_type<P2, gray_color_t>::type>( in operator ()()
84 channel_multiply(get_color(src,gray_color_t()),get_color(src,alpha_t()) ) in operator ()()
/third_party/boost/libs/gil/test/legacy/
Dpixel_iterator.cpp144 unsigned char v1 = get_color( p1, gray_color_t() ); in test_pixel_iterator()
145 unsigned char v2 = get_color( p2, gray_color_t() ); in test_pixel_iterator()
146 unsigned char v3 = get_color( p3, gray_color_t() ); in test_pixel_iterator()
147 unsigned char v4 = get_color( p4, gray_color_t() ); in test_pixel_iterator()
148 unsigned char v5 = get_color( p5, gray_color_t() ); in test_pixel_iterator()
149 unsigned char v6 = get_color( p6, gray_color_t() ); in test_pixel_iterator()
150 unsigned char v7 = get_color( p7, gray_color_t() ); in test_pixel_iterator()
151 unsigned char v8 = get_color( p8, gray_color_t() ); in test_pixel_iterator()
Dimage.cpp77 get_color(dst,gray_color_t())=channel_invert(get_color(dst,gray_color_t())); in operator ()()
Dpixel.cpp300 uint16_t g = get_color(g16,gray_color_t()); in test_pixel()
/third_party/boost/boost/gil/extension/toolbox/color_converters/
Dgray_to_rgba.hpp23 … channel_convert<typename color_element_type<P2, red_t >::type>(get_color(src,gray_color_t())); in operator ()()
25 … channel_convert<typename color_element_type<P2, green_t>::type>(get_color(src,gray_color_t())); in operator ()()
27 … channel_convert<typename color_element_type<P2, blue_t >::type>(get_color(src,gray_color_t())); in operator ()()
/third_party/boost/boost/gil/
Dcolor_convert.hpp98 … channel_convert<typename color_element_type<P2, red_t >::type>(get_color(src,gray_color_t())); in operator ()()
100 … channel_convert<typename color_element_type<P2, green_t>::type>(get_color(src,gray_color_t())); in operator ()()
102 … channel_convert<typename color_element_type<P2, blue_t >::type>(get_color(src,gray_color_t())); in operator ()()
121 … channel_convert<typename color_element_type<P2, black_t >::type>(get_color(src,gray_color_t())); in operator ()()
131 get_color(dst,gray_color_t()) = in operator ()()
132 detail::rgb_to_luminance<typename color_element_type<P2,gray_color_t>::type>( in operator ()()
232 get_color(dst,gray_color_t())= in operator ()()
233 channel_convert<typename color_element_type<P2,gray_color_t>::type>( in operator ()()
Dgray.hpp18 struct gray_color_t {}; struct
21 using gray_t = mp11::mp_list<gray_color_t>;
Dpixel.hpp26 struct gray_color_t;
27 using gray_t = mp11::mp_list<gray_color_t>;
/third_party/boost/libs/gil/test/core/algorithm/
Dstd_uninitialized_fill.cpp121 …BOOST_TEST_EQ((int)get_color(p, gil::gray_color_t()), (int)get_color(fill_pixel, gil::gray_color_t in test_fill_with_packed_pixel_gray3()
/third_party/boost/libs/gil/doc/html/_sources/design/
Dextending.rst.txt74 get_color(dst,gray_color_t())=channel_invert(get_color(dst,gray_color_t()));
Dexamples.rst.txt58 gray_channel_t gray = get_color(src,gray_color_t());
/third_party/boost/libs/gil/doc/design/
Dextending.rst74 get_color(dst,gray_color_t())=channel_invert(get_color(dst,gray_color_t()));
Dexamples.rst58 gray_channel_t gray = get_color(src,gray_color_t());
/third_party/boost/boost/gil/extension/io/tiff/detail/
Dscanline_read.hpp389 auto const c = static_cast<std::uint16_t>(get_color(*src_it, gray_color_t())); in read_n_bits_row()
/third_party/boost/boost/gil/extension/io/bmp/detail/
Dscanline_read.hpp329 unsigned char c = get_color( *src_it, gray_color_t() ); in read_bit_row()
Dread.hpp291 unsigned char c = get_color( *it, gray_color_t() ); in read_palette_image()
/third_party/boost/libs/gil/doc/html/
Dsearchindex.js1 …_t:28,gray_alpha:24,gray_alpha_16:24,gray_alpha_8:24,gray_channel_t:7,gray_color_t:[7,8],gray_cs_t… property