Home
last modified time | relevance | path

Searched defs:convert (Results 251 – 275 of 7208) sorted by relevance

1...<<11121314151617181920>>...289

/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/cmyk/convert/
H A Dyuv.hpp22 struct convert struct
29 typedef ::color::category::cmyk< cmyk_tag_name > cmyk_category_type, category_left_type;
30 …::color::category::yuv< yuv_tag_name, reference_number > yuv_category_type, category_right_type;
32 typedef typename ::color::trait::scalar< category_left_type >::instance_type scalar_type;
34 typedef ::color::model< cmyk_category_type > cmyk_model_type;
35 typedef ::color::model< yuv_category_type > yuv_model_type;
37 typedef ::color::rgb< scalar_type > rgb_model_type;
39 typedef ::color::trait::container<category_left_type> container_left_trait_type;
40 typedef ::color::trait::container<category_right_type> container_right_trait_type;
42 typedef typename container_left_trait_type::input_type container_left_input_type;
[all …]
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/hsi/convert/
H A Dcmyk.hpp20 struct convert struct
27 typedef ::color::category::hsi< hsi_tag_name > hsi_category_type, category_left_type;
28 … typedef ::color::category::cmyk< cmyk_tag_name > cmyk_category_type, category_right_type;
30 typedef typename ::color::akin::rgb< cmyk_category_type >::akin_type rgb_category_type;
32 typedef ::color::model< hsi_category_type > hsi_model_type;
33 typedef ::color::model< cmyk_category_type > cmyk_model_type;
35 typedef ::color::model< rgb_category_type > rgb_model_type;
37 typedef ::color::trait::container<category_left_type> container_left_trait_type;
38 typedef ::color::trait::container<category_right_type> container_right_trait_type;
40 typedef typename container_left_trait_type::input_type container_left_input_type;
[all …]
H A DYPbPr.hpp22 struct convert struct
29 typedef ::color::category::hsi< hsi_tag_name > hsi_category_type, category_left_type;
30 …egory::YPbPr< YPbPr_tag_name, YPbPr_reference_number > YPbPr_category_type, category_right_type;
32 typedef typename ::color::akin::rgb< YPbPr_category_type >::akin_type rgb_category_type;
34 typedef ::color::model< hsi_category_type > hsi_model_type;
35 typedef ::color::model< YPbPr_category_type > YPbPr_model_type;
37 typedef ::color::model< rgb_category_type > rgb_model_type;
39 typedef ::color::trait::container<category_left_type> container_left_trait_type;
40 typedef ::color::trait::container<category_right_type> container_right_trait_type;
42 typedef typename container_left_trait_type::input_type container_left_input_type;
[all …]
H A Dcmy.hpp20 struct convert struct
27 typedef ::color::category::hsi< hsi_tag_name > hsi_category_type, category_left_type;
28 typedef ::color::category::cmy< cmy_tag_name > cmy_category_type, category_right_type;
30 typedef typename ::color::akin::rgb< cmy_category_type >::akin_type rgb_category_type;
32 typedef ::color::model< hsi_category_type > hsi_model_type;
33 typedef ::color::model< cmy_category_type > cmy_model_type;
35 typedef ::color::model< rgb_category_type > rgb_model_type;
37 typedef ::color::trait::container<category_left_type> container_left_trait_type;
38 typedef ::color::trait::container<category_right_type> container_right_trait_type;
40 typedef typename container_left_trait_type::input_type container_left_input_type;
[all …]
H A Dxyz.hpp18 struct convert struct
25 typedef ::color::category::hsi< hsi_tag_name > hsi_category_type, category_left_type;
26 typedef ::color::category::xyz< xyz_tag_name > xyz_category_type, category_right_type;
28 typedef typename ::color::akin::rgb< xyz_category_type >::akin_type rgb_category_type;
30 typedef ::color::model< hsi_category_type > hsi_model_type;
31 typedef ::color::model< xyz_category_type > xyz_model_type;
33 typedef ::color::model< rgb_category_type > rgb_model_type;
35 typedef ::color::trait::container<category_left_type> container_left_trait_type;
36 typedef ::color::trait::container<category_right_type> container_right_trait_type;
38 typedef typename container_left_trait_type::input_type container_left_input_type;
[all …]
H A Dyiq.hpp18 struct convert struct
25 typedef ::color::category::hsi< hsi_tag_name > hsi_category_type, category_left_type;
26 typedef ::color::category::yiq< yiq_tag_name > yiq_category_type, category_right_type;
28 typedef typename ::color::akin::rgb< yiq_category_type >::akin_type rgb_category_type;
30 typedef ::color::model< hsi_category_type > hsi_model_type;
31 typedef ::color::model< yiq_category_type > yiq_model_type;
33 typedef ::color::model< rgb_category_type > rgb_model_type;
35 typedef ::color::trait::container<category_left_type> container_left_trait_type;
36 typedef ::color::trait::container<category_right_type> container_right_trait_type;
38 typedef typename container_left_trait_type::input_type container_left_input_type;
[all …]
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/hsv/convert/
H A DYDbDr.hpp18 struct convert struct
25 typedef ::color::category::hsv< hsv_tag_name > hsv_category_type, category_left_type;
26 … typedef ::color::category::YDbDr< YDbDr_tag_name > YDbDr_category_type, category_right_type;
28 typedef typename ::color::trait::scalar<category_left_type>::instance_type scalar_type;
30 typedef ::color::model< hsv_category_type > hsv_model_type;
31 typedef ::color::model< YDbDr_category_type > YDbDr_model_type;
33 typedef ::color::rgb< scalar_type > rgb_model_type;
35 typedef ::color::trait::container<category_left_type> container_left_trait_type;
36 typedef ::color::trait::container<category_right_type> container_right_trait_type;
38 typedef typename container_left_trait_type::input_type container_left_input_type;
[all …]
H A DYPbPr.hpp22 struct convert struct
29 typedef ::color::category::hsv< hsv_tag_name > hsv_category_type, category_left_type;
30 …egory::YPbPr< YPbPr_tag_name, YPbPr_reference_number > YPbPr_category_type, category_right_type;
32 typedef typename ::color::trait::scalar<category_left_type>::instance_type scalar_type;
34 typedef ::color::model< hsv_category_type > hsv_model_type;
35 typedef ::color::model< YPbPr_category_type > YPbPr_model_type;
37 typedef ::color::rgb< scalar_type > rgb_model_type;
39 typedef ::color::trait::container<category_left_type> container_left_trait_type;
40 typedef ::color::trait::container<category_right_type> container_right_trait_type;
42 typedef typename container_left_trait_type::input_type container_left_input_type;
[all …]
H A Dcmyk.hpp18 struct convert struct
25 typedef ::color::category::hsv< hsv_tag_name > hsv_category_type, category_left_type;
26 … typedef ::color::category::cmyk< cmyk_tag_name > cmyk_category_type, category_right_type;
28 typedef typename ::color::trait::scalar<category_left_type>::instance_type scalar_type;
30 typedef ::color::model< hsv_category_type > hsv_model_type;
31 typedef ::color::model< cmyk_category_type > cmyk_model_type;
33 typedef ::color::rgb< scalar_type > rgb_model_type;
35 typedef ::color::trait::container<category_left_type> container_left_trait_type;
36 typedef ::color::trait::container<category_right_type> container_right_trait_type;
38 typedef typename container_left_trait_type::input_type container_left_input_type;
[all …]
H A Dhsi.hpp22 struct convert struct
29 typedef ::color::category::hsv< hsv_tag_name > hsv_category_type, category_left_type;
30 typedef ::color::category::hsi< hsi_right_name> hsi_category_type, category_right_type;
32 typedef typename ::color::trait::scalar<category_left_type>::instance_type scalar_type;
34 typedef ::color::model< hsv_category_type > hsv_model_type;
35 typedef ::color::model< hsi_category_type > hsi_model_type;
37 typedef ::color::rgb< scalar_type > rgb_model_type;
39 typedef ::color::trait::container<category_left_type> container_left_trait_type;
40 typedef ::color::trait::container<category_right_type> container_right_trait_type;
42 typedef typename container_left_trait_type::input_type container_left_input_type;
[all …]
H A Dxyz.hpp18 struct convert struct
25 typedef ::color::category::hsv< hsv_tag_name > hsv_category_type, category_left_type;
26 typedef ::color::category::xyz< xyz_tag_name > xyz_category_type, category_right_type;
28 typedef typename ::color::trait::scalar<category_left_type>::instance_type scalar_type;
30 typedef ::color::model< hsv_category_type > hsv_model_type;
31 typedef ::color::model< xyz_category_type > xyz_model_type;
33 typedef ::color::rgb< scalar_type > rgb_model_type;
35 typedef ::color::trait::container<category_left_type> container_left_trait_type;
36 typedef ::color::trait::container<category_right_type> container_right_trait_type;
38 typedef typename container_left_trait_type::input_type container_left_input_type;
[all …]
H A Dyuv.hpp22 struct convert struct
29 typedef ::color::category::hsv< hsv_tag_name > hsv_category_type, category_left_type;
30 …::color::category::yuv< yuv_tag_name, reference_number > yuv_category_type, category_right_type;
32 typedef typename ::color::trait::scalar<category_left_type>::instance_type scalar_type;
34 typedef ::color::model< hsv_category_type > hsv_model_type;
35 typedef ::color::model< yuv_category_type > yuv_model_type;
37 typedef ::color::rgb< scalar_type > rgb_model_type;
39 typedef ::color::trait::container<category_left_type> container_left_trait_type;
40 typedef ::color::trait::container<category_right_type> container_right_trait_type;
42 typedef typename container_left_trait_type::input_type container_left_input_type;
[all …]
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/lab/convert/
H A Dlms.hpp26 struct convert struct
33 …g_name, lab_reference_number > lab_category_type, category_left_type;
34 …ategory::lms< lms_tag_name, lms_reference_number > lms_category_type, category_right_type;
36 typedef typename ::color::trait::scalar<category_left_type>::instance_type scalar_type;
38 typedef ::color::model< lab_category_type > lab_model_type;
39 typedef ::color::model< lms_category_type > lms_model_type;
42 typedef ::color::xyz< scalar_type > xyz_model_type;
44 typedef ::color::trait::container<category_left_type> container_left_trait_type;
45 typedef ::color::trait::container<category_right_type> container_right_trait_type;
47 typedef typename container_left_trait_type::input_type container_left_input_type;
[all …]
H A Dluv.hpp24 struct convert struct
31 … ::color::category::lab< lab_tag_name, reference_number > lab_category_type, category_left_type;
32 typedef ::color::category::luv< luv_tag_name > luv_category_type, category_right_type;
34 typedef typename ::color::trait::scalar<category_left_type>::instance_type scalar_type;
36 typedef ::color::model< lab_category_type > lab_model_type;
37 typedef ::color::model< luv_category_type > luv_model_type;
41 typedef ::color::xyz< scalar_type > xyz_model_type;
43 typedef ::color::trait::container<category_left_type> container_left_trait_type;
44 typedef ::color::trait::container<category_right_type> container_right_trait_type;
46 typedef typename container_left_trait_type::input_type container_left_input_type;
[all …]
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/lms/convert/
H A Drgb.hpp24 struct convert struct
31 …color::category::lms< lms_tag_name, lms_reference_number > lms_category_type, category_left_type;
32 typedef ::color::category::rgb< rgb_tag_name > rgb_category_type, category_right_type;
34 typedef typename ::color::trait::scalar<category_left_type>::instance_type scalar_type;
36 typedef ::color::model< lms_category_type > lms_model_type;
37 typedef ::color::model< rgb_category_type > rgb_model_type;
39 typedef ::color::xyz< scalar_type > xyz_model_type;
41 typedef ::color::trait::container<category_left_type> container_left_trait_type;
42 typedef ::color::trait::container<category_right_type> container_right_trait_type;
44 typedef typename container_left_trait_type::input_type container_left_input_type;
[all …]
H A Dgray.hpp24 struct convert struct
31 …olor::category::lms< lms_tag_name, lms_reference_number > lms_category_type, category_left_type;
32 … typedef ::color::category::gray< gray_tag_name > gray_category_type, category_right_type;
34 typedef typename ::color::trait::scalar<category_left_type>::instance_type scalar_type;
36 typedef ::color::model< lms_category_type > lms_model_type;
37 typedef ::color::model< gray_category_type > gray_model_type;
39 typedef ::color::xyz< scalar_type > xyz_model_type;
41 typedef ::color::trait::container<category_left_type> container_left_trait_type;
42 typedef ::color::trait::container<category_right_type> container_right_trait_type;
44 typedef typename container_left_trait_type::input_type container_left_input_type;
[all …]
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/luv/convert/
H A Dlms.hpp26 struct convert struct
33 …ategory::luv< luv_tag_name > luv_category_type, category_left_type;
34 …ategory::lms< lms_tag_name, lms_reference_number > lms_category_type, category_right_type;
36 typedef typename ::color::trait::scalar<category_left_type>::instance_type scalar_type;
38 typedef ::color::model< luv_category_type > luv_model_type;
39 typedef ::color::model< lms_category_type > lms_model_type;
42 typedef ::color::xyz< scalar_type > xyz_model_type;
44 typedef ::color::trait::container<category_left_type> container_left_trait_type;
45 typedef ::color::trait::container<category_right_type> container_right_trait_type;
47 typedef typename container_left_trait_type::input_type container_left_input_type;
[all …]
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/hsl/convert/
H A DYPbPr.hpp24 struct convert struct
31 …egory::hsl< hsl_tag_name > hsl_category_type, category_left_type;
32 …egory::YPbPr< YPbPr_tag_name, YPbPr_reference_number > YPbPr_category_type, category_right_type;
34 typedef typename ::color::trait::scalar< category_left_type >::instance_type scalar_type;
36 typedef ::color::model< hsl_category_type > hsl_model_type;
37 typedef ::color::model< YPbPr_category_type > YPbPr_model_type;
39 typedef ::color::rgb< scalar_type > rgb_model_type;
42 typedef ::color::trait::container<category_left_type> container_left_trait_type;
43 typedef ::color::trait::container<category_right_type> container_right_trait_type;
45 typedef typename container_left_trait_type::input_type container_left_input_type;
[all …]
H A Dcmyk.hpp18 struct convert struct
25 typedef ::color::category::hsl< hsl_tag_name > hsl_category_type, category_left_type;
26 … typedef ::color::category::cmyk< cmyk_tag_name > cmyk_category_type, category_right_type;
28 typedef typename ::color::trait::scalar< category_left_type >::instance_type scalar_type;
30 typedef ::color::model< hsl_category_type > hsl_model_type;
31 typedef ::color::model< cmyk_category_type > cmyk_model_type;
33 typedef ::color::rgb< scalar_type > rgb_model_type;
35 typedef ::color::trait::container<category_left_type> container_left_trait_type;
36 typedef ::color::trait::container<category_right_type> container_right_trait_type;
38 typedef typename container_left_trait_type::input_type container_left_input_type;
[all …]
H A Dyiq.hpp24 struct convert struct
31 typedef ::color::category::hsl< hsl_tag_name > hsl_category_type, category_left_type;
32 typedef ::color::category::yiq< yiq_tag_name > yiq_category_type, category_right_type;
34 typedef typename ::color::trait::scalar< category_left_type >::instance_type scalar_type;
36 typedef ::color::model< hsl_category_type > hsl_model_type;
37 typedef ::color::model< yiq_category_type > yiq_model_type;
39 typedef ::color::rgb< scalar_type > rgb_model_type;
42 typedef ::color::trait::container<category_left_type> container_left_trait_type;
43 typedef ::color::trait::container<category_right_type> container_right_trait_type;
45 typedef typename container_left_trait_type::input_type container_left_input_type;
[all …]
H A Dyuv.hpp30 struct convert struct
37 typedef ::color::category::hsl< hsl_tag_name > hsl_category_type, category_left_type;
38 …::color::category::yuv< yuv_tag_name, reference_number > yuv_category_type, category_right_type;
40 typedef typename ::color::trait::scalar<category_left_type>::instance_type scalar_type;
42 typedef ::color::model< hsl_category_type > hsl_model_type;
43 typedef ::color::model< yuv_category_type > yuv_model_type;
45 typedef ::color::rgb< scalar_type > rgb_model_type;
48 typedef ::color::trait::container<category_left_type> container_left_trait_type;
49 typedef ::color::trait::container<category_right_type> container_right_trait_type;
51 typedef typename container_left_trait_type::input_type container_left_input_type;
[all …]
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/yiq/convert/
H A Dhsi.hpp18 struct convert struct
25 typedef ::color::category::yiq< yiq_tag_name > yiq_category_type, category_left_type;
26 typedef ::color::category::hsi< hsi_tag_name > hsi_category_type, category_right_type;
28 typedef typename ::color::trait::scalar<category_left_type>::instance_type scalar_type;
30 typedef ::color::model< yiq_category_type > yiq_model_type;
31 typedef ::color::model< hsi_category_type > hsi_model_type;
33 typedef ::color::rgb< scalar_type > rgb_model_type;
35 typedef ::color::trait::container<category_left_type> container_left_trait_type;
36 typedef ::color::trait::container<category_right_type> container_right_trait_type;
38 typedef typename container_left_trait_type::input_type container_left_input_type;
[all …]
H A Dhsl.hpp18 struct convert struct
25 typedef ::color::category::yiq< yiq_tag_name > yiq_category_type, category_left_type;
26 typedef ::color::category::hsl< hsl_tag_name > hsl_category_type, category_right_type;
28 typedef typename ::color::trait::scalar<category_left_type>::instance_type scalar_type;
30 typedef ::color::model< yiq_category_type > yiq_model_type;
31 typedef ::color::model< hsl_category_type > hsl_model_type;
33 typedef ::color::rgb< scalar_type > rgb_model_type;
35 typedef ::color::trait::container<category_left_type> container_left_trait_type;
36 typedef ::color::trait::container<category_right_type> container_right_trait_type;
38 typedef typename container_left_trait_type::input_type container_left_input_type;
[all …]
H A Dhsv.hpp18 struct convert struct
25 typedef ::color::category::yiq< yiq_tag_name > yiq_category_type, category_left_type;
26 typedef ::color::category::hsv< hsv_tag_name > hsv_category_type, category_right_type;
28 typedef typename ::color::trait::scalar<category_left_type>::instance_type scalar_type;
30 typedef ::color::model< yiq_category_type > yiq_model_type;
31 typedef ::color::model< hsv_category_type > hsv_model_type;
33 typedef ::color::rgb< scalar_type > rgb_model_type;
35 typedef ::color::trait::container<category_left_type> container_left_trait_type;
36 typedef ::color::trait::container<category_right_type> container_right_trait_type;
38 typedef typename container_left_trait_type::input_type container_left_input_type;
[all …]
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/generic/convert/
H A Dgeneric.hpp18 struct convert struct
25 …:category::$[![Left]!]< $[![Left]!]_tag_name > $[![Left]!]_category_type, category_left_type;
26 …category::$[![Right]!]< $[![Right]!]_tag_name > $[![Right]!]_category_type, category_right_type;
30 typedef ::color::model< $[![Left]!]_category_type > $[![Left]!]_model_type;
31 typedef ::color::model< $[![Right]!]_category_type > $[![Right]!]_model_type;
33 typedef ::color::rgb< scalar_type > rgb_model_type;
35 typedef ::color::trait::container<category_left_type> container_left_trait_type;
36 typedef ::color::trait::container<category_right_type> container_right_trait_type;
38 typedef typename container_left_trait_type::input_type container_left_input_type;
39 typedef typename container_right_trait_type::model_type container_right_const_input_type;
[all …]

1...<<11121314151617181920>>...289