Home
last modified time | relevance | path

Searched refs:rgb_type (Results 1 – 25 of 70) sorted by relevance

123

/dports/audio/mp3plot/mp3plot-0.6.0/src/plotters/
H A Dold_colourscheme.inc.cc41 const map<uint8_t, rgb_type>& get_map() { in get_map()
42 static map<uint8_t, rgb_type> m; in get_map()
48 m.insert( make_pair(0, rgb_type(0,0,.3L)) ); in get_map()
54 m.insert( make_pair(header_idx, rgb_type(0,0,.4L)) ); // 32 in get_map()
57 m.insert( make_pair(header_idx, rgb_type(0,0,.5L)) ); // 40 in get_map()
60 m.insert( make_pair(header_idx, rgb_type(0,0,.6L)) ); // 48 in get_map()
63 m.insert( make_pair(header_idx, rgb_type(0,0,.7L)) ); // 56 in get_map()
67 m.insert( make_pair(header_idx, rgb_type(0,.3L,0)) ); // 64 in get_map()
70 m.insert( make_pair(header_idx, rgb_type(0,.4L,0)) ); // 80 in get_map()
73 m.insert( make_pair(header_idx, rgb_type(0,.5L,0)) ); // 96 in get_map()
[all …]
H A Dcolourscheme.inc.cc47 const map<uint8_t, rgb_type>& get_map() { in get_map()
48 static map<uint8_t, rgb_type> m; in get_map()
54 m.insert( make_pair(0, rgb_type(1)) ); in get_map()
/dports/science/py-dlib/dlib-19.22/dlib/gui_widgets/
H A Dnativefont.h142 struct rgb_type{
144 rgb_type() : r(0), g(0), b(0){};
145 rgb_type(byte r_, byte g_, byte b_) : r(r_), g(g_), b(b_){};
159 COLORREF rgb2RGB(rgb_type &rgb){
173 …T *str, int height_want, bool italic, bool bold, bool fixed, rgb_type &background, rgb_type &foreg…
256 …bool bold = false, bool fixed = false, rgb_type background = rgb_type(), rgb_type foreground = rgb…
318 …(T *str, int height_want, bool italic, bool bold, bool fixed, rgb_type background, rgb_type foregr…
411 …bool bold = false, bool fixed = false, rgb_type background = rgb_type(), rgb_type foreground = rgb…
430 std::map<unsigned long,rgb_type> col2rgb;
472 …bold = false, bool fixed = false, rgb_type background = rgb_type(0,0,0), rgb_type foregrou…
[all …]
/dports/science/dlib-cpp/dlib-19.22/dlib/gui_widgets/
H A Dnativefont.h142 struct rgb_type{
144 rgb_type() : r(0), g(0), b(0){};
145 rgb_type(byte r_, byte g_, byte b_) : r(r_), g(g_), b(b_){};
159 COLORREF rgb2RGB(rgb_type &rgb){
173 …T *str, int height_want, bool italic, bool bold, bool fixed, rgb_type &background, rgb_type &foreg…
256 …bool bold = false, bool fixed = false, rgb_type background = rgb_type(), rgb_type foreground = rgb…
318 …(T *str, int height_want, bool italic, bool bold, bool fixed, rgb_type background, rgb_type foregr…
411 …bool bold = false, bool fixed = false, rgb_type background = rgb_type(), rgb_type foreground = rgb…
430 std::map<unsigned long,rgb_type> col2rgb;
472 …bold = false, bool fixed = false, rgb_type background = rgb_type(0,0,0), rgb_type foregrou…
[all …]
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/example/test/
H A Dget_test.cpp21 for( auto c = rgb_type::bound_type::minimum(0); in test_get_red()
22 c < rgb_type::bound_type::maximum(0); in test_get_red()
23 c += rgb_type::bound_type::range(0) / 200 in test_get_red()
42 std::cout << " type - " << typeid( rgb_type ).name() << std::endl; in test_get_red()
58 for( auto c = rgb_type::bound_type::minimum(0); in test_get_green()
59 c < rgb_type::bound_type::maximum(0); in test_get_green()
60 c += rgb_type::bound_type::range(0) / 200 in test_get_green()
95 for( auto c = rgb_type::bound_type::minimum(0); in test_get_blue()
96 c < rgb_type::bound_type::maximum(0); in test_get_blue()
97 c += rgb_type::bound_type::range(0) / 200 in test_get_blue()
[all …]
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/generic/make/
H A Dgreen.hpp20 typedef ::color::rgb<double> rgb_type; typedef
27 static model_type s_model{ rgb_type{ 0, 0.5, 0 } }; in process()
37 typedef ::color::rgb<double> rgb_type; typedef
44 static model_type s_model{ rgb_type{ 0, 1, 0 } }; in process()
H A Dmaroon.hpp20 typedef ::color::rgb<double> rgb_type; typedef
27 static model_type s_model{ rgb_type{ 0.5, 0, 0 } }; in process()
37 typedef ::color::rgb<double> rgb_type; typedef
44 static model_type s_model{ rgb_type{ 0.69, 0.19, 0.38 } }; in process()
H A Dpurple.hpp20 typedef ::color::rgb<double> rgb_type; typedef
27 static model_type s_model{ rgb_type{ 0.5, 0, 0.5 } }; in process()
37 typedef ::color::rgb<double> rgb_type; typedef
44 static model_type s_model{ rgb_type{ 0.63, 0.13, 0.94 } }; in process()
H A Dolive.hpp21 typedef ::color::rgb<double> rgb_type; typedef
29 static model_type s_model{ rgb_type{ 0.5, 0.5, 0 } }; in process()
H A Dsilver.hpp21 typedef ::color::rgb<double> rgb_type; typedef
29 static model_type s_model{ rgb_type{ 0.75, 0.75, 0.75 } }; in process()
H A Dteal.hpp21 typedef ::color::rgb<double> rgb_type; typedef
29 static model_type s_model{ rgb_type{ 0, 0.5, 0.5 } }; in process()
H A Dcoral.hpp21 typedef ::color::rgb<double> rgb_type; typedef
29 static model_type s_model{ rgb_type{ 1, 0.5, 0.31 } }; in process()
H A Dfuchsia.hpp21 typedef ::color::rgb<double> rgb_type; typedef
29 static model_type s_model{ rgb_type{ 1, 0, 1 } }; in process()
H A Divory.hpp21 typedef ::color::rgb<double> rgb_type; typedef
29 static model_type s_model{ rgb_type{ 1, 1, 0.9375 } }; in process()
H A Dkhaki.hpp21 typedef ::color::rgb<double> rgb_type; typedef
29 static model_type s_model{ rgb_type{ 0.9375, 0.9, 0.55 } }; in process()
H A Dlinen.hpp21 typedef ::color::rgb<double> rgb_type; typedef
29 static model_type s_model{ rgb_type{ 250.0/255.0, 0.9375, 0.9 } }; in process()
H A Dorange.hpp21 typedef ::color::rgb<double> rgb_type; typedef
29 static model_type s_model{ rgb_type{ 1, 0.65, 0 } }; in process()
H A Dperu.hpp21 typedef ::color::rgb<double> rgb_type; typedef
29 static model_type s_model{ rgb_type{ 0.8, 0.52, 0.25 } }; in process()
H A Dred.hpp21 typedef ::color::rgb<double> rgb_type; typedef
29 static model_type s_model{ rgb_type{ 1, 0, 0 } }; in process()
H A Dsalmon.hpp21 typedef ::color::rgb<double> rgb_type; typedef
29 static model_type s_model{ rgb_type{ 250/255.0, 0.5, 114/255.0 } }; in process()
H A Dyellow.hpp21 typedef ::color::rgb<double> rgb_type; typedef
29 static model_type s_model{ rgb_type{ 1, 1, 0 } }; in process()
H A Daquamarine.hpp21 typedef ::color::rgb<double> rgb_type; typedef
29 static model_type s_model{ rgb_type{ 0.5, 1, 212.0/255.0 } }; in process()
H A Dazure.hpp21 typedef ::color::rgb<double> rgb_type; typedef
29 static model_type s_model{ rgb_type{ 0.9375, 1, 1 } }; in process()
H A Dblue.hpp21 typedef ::color::rgb<double> rgb_type; typedef
29 static model_type s_model{ rgb_type{ 0, 0, 1 } }; in process()
/dports/graphics/vigra/vigra-8acd73a/test/coordinateiterator/
H A Dtest.cxx22 typedef vigra::RGBValue<double> rgb_type; typedef
25 typedef vigra::MultiArray<2, rgb_type> array_rgb;
261 typedef AccessorTraits<rgb_type>::default_const_accessor in testCoordinateIterator()
287 GreenAccessor<rgb_type>()), in testCoordinateIterator()
330 GreenAccessor<rgb_type>(), in testCoordinateIterator()
344 GreenAccessor<rgb_type>(), in testCoordinateIterator()

123