Home
last modified time | relevance | path

Searched refs:to_rgba (Results 1 – 25 of 384) sorted by relevance

12345678910>>...16

/dports/devel/py-qutip/qutip-4.6.2/qutip/
H A Dmatplotlib_utilities.py97 max_color = np.array(cc.to_rgba(max_color), dtype=float)
98 mid_color = np.array(cc.to_rgba(mid_color), dtype=float)
100 min_color = np.array(cc.to_rgba(neg_color), dtype=float)
101 neg_color = np.array(cc.to_rgba(min_color), dtype=float)
103 min_color = np.array(cc.to_rgba(min_color), dtype=float)
104 neg_color = np.array(cc.to_rgba(neg_color), dtype=float)
/dports/sysutils/vector/vector-0.10.0/cargo-crates/plotters-0.2.12/src/style/
H A Dshape.rs15 color: self.color.to_rgba(), in filled()
23 color: self.color.to_rgba(), in stroke_width()
33 color: f.to_rgba(), in from()
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/plotters-0.3.1/src/style/
H A Dshape.rs16 color: self.color.to_rgba(), in filled()
24 color: self.color.to_rgba(), in stroke_width()
34 color: f.to_rgba(), in from()
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/plotters-0.3.1/src/style/
H A Dshape.rs16 color: self.color.to_rgba(), in filled()
24 color: self.color.to_rgba(), in stroke_width()
34 color: f.to_rgba(), in from()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/plotters-0.3.1/src/style/
H A Dshape.rs16 color: self.color.to_rgba(), in filled()
24 color: self.color.to_rgba(), in stroke_width()
34 color: f.to_rgba(), in from()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/plotters/src/style/
H A Dshape.rs16 color: self.color.to_rgba(), in filled()
24 color: self.color.to_rgba(), in stroke_width()
34 color: f.to_rgba(), in from()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/plotters-0.3.0/src/style/
H A Dshape.rs16 color: self.color.to_rgba(), in filled()
24 color: self.color.to_rgba(), in stroke_width()
34 color: f.to_rgba(), in from()
/dports/misc/xplr/xplr-0.17.0/cargo-crates/plotters-0.3.1/src/style/
H A Dshape.rs16 color: self.color.to_rgba(), in filled()
24 color: self.color.to_rgba(), in stroke_width()
34 color: f.to_rgba(), in from()
/dports/textproc/jql/jql-3.0.6/cargo-crates/plotters-0.3.1/src/style/
H A Dshape.rs16 color: self.color.to_rgba(), in filled()
24 color: self.color.to_rgba(), in stroke_width()
34 color: f.to_rgba(), in from()
/dports/graphics/pastel/pastel-0.8.1/cargo-crates/plotters-0.3.1/src/style/
H A Dshape.rs16 color: self.color.to_rgba(), in filled()
24 color: self.color.to_rgba(), in stroke_width()
34 color: f.to_rgba(), in from()
/dports/benchmarks/inferno/inferno-0.10.9/cargo-crates/plotters-0.3.1/src/style/
H A Dshape.rs16 color: self.color.to_rgba(), in filled()
24 color: self.color.to_rgba(), in stroke_width()
34 color: f.to_rgba(), in from()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/plotters-0.3.0/src/style/
H A Dshape.rs16 color: self.color.to_rgba(), in filled()
24 color: self.color.to_rgba(), in stroke_width()
34 color: f.to_rgba(), in from()
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/plotters-0.3.1/src/style/
H A Dshape.rs16 color: self.color.to_rgba(), in filled()
24 color: self.color.to_rgba(), in stroke_width()
34 color: f.to_rgba(), in from()
/dports/devel/py-trimesh/trimesh-3.5.25/trimesh/visual/
H A Dmaterial.py42 self.ambient = color.to_rgba(ambient)
43 self.diffuse = color.to_rgba(diffuse)
44 self.specular = color.to_rgba(specular)
199 baseColorFactor = color.to_rgba(baseColorFactor)
248 result = color.to_rgba(self.baseColorFactor)
/dports/sysutils/vector/vector-0.10.0/cargo-crates/plotters-0.2.12/src/drawing/backend_impl/
H A Dmocked.rs129 let color = color.to_rgba(); in draw_pixel()
148 let color = style.as_color().to_rgba(); in draw_line()
168 let color = style.as_color().to_rgba(); in draw_rect()
186 let color = style.as_color().to_rgba(); in draw_path()
206 let color = style.as_color().to_rgba(); in draw_circle()
224 let color = style.as_color().to_rgba(); in fill_polygon()
245 let color = color.to_rgba(); in draw_text()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/plotters-0.2.12/benches/benches/
H A Drasterizer.rs17 root.draw_pixel((x as i32, y as i32), &RGBColor(255, 0, 234).to_rgba()) in draw_pixel()
31 root.draw_pixel((x as i32, y as i32), &RGBColor(255, 0, 234).to_rgba()) in draw_pixel()
50 &RGBColor(255, 0, 234).to_rgba(), in draw_line()
66 &RGBColor(255, 0, 234).to_rgba(), in draw_line()
125 root.draw_circle((W as i32 / 2, H as i32 / 2), W / 2, &WHITE.to_rgba(), true) in fill_circle()
135 root.draw_circle((W as i32 / 2, H as i32 / 2), W / 2, &WHITE.to_rgba(), true) in fill_circle()
/dports/finance/py-mplfinance/mplfinance-0.12.7a17/src/mplfinance/
H A Doriginal_flavor.py468 colorup = mcolors.to_rgba(colorup)
469 colordown = mcolors.to_rgba(colordown)
606 colorup = mcolors.to_rgba(colorup, alpha)
607 colordown = mcolors.to_rgba(colordown, alpha)
675 colorup = mcolors.to_rgba(colorup, alpha)
676 colordown = mcolors.to_rgba(colordown, alpha)
773 colorup = mcolors.to_rgba(colorup, alpha)
774 colordown = mcolors.to_rgba(colordown, alpha)
850 facecolors = (mcolors.to_rgba(facecolor, alpha),)
851 edgecolors = (mcolors.to_rgba(edgecolor, alpha),)
H A D_utils.py503 colorup = mcolors.to_rgba(mktcolors['up'])
504 colordown = mcolors.to_rgba(mktcolors['down'])
584 uc = mcolors.to_rgba(marketcolors['candle'][ 'up' ], alpha)
588 uc = mcolors.to_rgba(marketcolors['edge'][ 'up' ], 1.0)
589 dc = mcolors.to_rgba(marketcolors['edge']['down'], 1.0)
592 uc = mcolors.to_rgba(marketcolors['wick'][ 'up' ], 1.0)
593 dc = mcolors.to_rgba(marketcolors['wick']['down'], 1.0)
779 euc = mcolors.to_rgba(marketcolors['edge'][ 'up' ], 1.0)
780 edc = mcolors.to_rgba(marketcolors['edge']['down'], 1.0)
957 uc = mcolors.to_rgba(marketcolors['ohlc'][ 'up' ], alpha)
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/plotters-0.2.12/src/drawing/
H A Darea.rs533 assert_eq!(c, WHITE.to_rgba()); in test_filling()
590 assert_eq!(c, RED.to_rgba()); in test_split_horizontally()
597 assert_eq!(c, BLUE.to_rgba()); in test_split_horizontally()
618 assert_eq!(c, RED.to_rgba()); in test_split_vertically()
625 assert_eq!(c, BLUE.to_rgba()); in test_split_vertically()
701 assert_eq!(c, BLACK.to_rgba()); in test_titled()
707 assert_eq!(c, WHITE.to_rgba()); in test_titled()
731 assert_eq!(c, WHITE.to_rgba()); in test_margin()
791 assert_eq!(c, RED.to_rgba()); in test_relative_split()
796 assert_eq!(c, BLUE.to_rgba()); in test_relative_split()
[all …]
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/tests/
H A Dtest_rcparams.py148 ('face', {'color': 'r'}, mcolors.to_rgba('r')),
150 mcolors.to_rgba('r')),
151 ('face', {'color': 'g', 'axes.facecolor': 'r'}, mcolors.to_rgba('g')),
152 ('edge', {'color': 'r'}, mcolors.to_rgba('r')),
154 mcolors.to_rgba('r')),
155 ('edge', {'color': 'g', 'axes.facecolor': 'r'}, mcolors.to_rgba('g'))
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/tests/
H A Dtest_rcparams.py156 ('face', {'color': 'r'}, mcolors.to_rgba('r')),
158 mcolors.to_rgba('r')),
159 ('face', {'color': 'g', 'axes.facecolor': 'r'}, mcolors.to_rgba('g')),
160 ('edge', {'color': 'r'}, mcolors.to_rgba('r')),
162 mcolors.to_rgba('r')),
163 ('edge', {'color': 'g', 'axes.facecolor': 'r'}, mcolors.to_rgba('g'))
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/plotters-0.3.1/src/drawing/
H A Darea.rs542 assert_eq!(c, WHITE.to_rgba()); in test_filling()
599 assert_eq!(c, RED.to_rgba()); in test_split_horizontally()
606 assert_eq!(c, BLUE.to_rgba()); in test_split_horizontally()
627 assert_eq!(c, RED.to_rgba()); in test_split_vertically()
634 assert_eq!(c, BLUE.to_rgba()); in test_split_vertically()
710 assert_eq!(c, BLACK.to_rgba()); in test_titled()
716 assert_eq!(c, WHITE.to_rgba()); in test_titled()
740 assert_eq!(c, WHITE.to_rgba()); in test_margin()
796 assert_eq!(c, RED.to_rgba()); in test_relative_split()
801 assert_eq!(c, BLUE.to_rgba()); in test_relative_split()
[all …]
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/plotters-0.3.1/src/drawing/
H A Darea.rs542 assert_eq!(c, WHITE.to_rgba()); in test_filling()
599 assert_eq!(c, RED.to_rgba()); in test_split_horizontally()
606 assert_eq!(c, BLUE.to_rgba()); in test_split_horizontally()
627 assert_eq!(c, RED.to_rgba()); in test_split_vertically()
634 assert_eq!(c, BLUE.to_rgba()); in test_split_vertically()
710 assert_eq!(c, BLACK.to_rgba()); in test_titled()
716 assert_eq!(c, WHITE.to_rgba()); in test_titled()
740 assert_eq!(c, WHITE.to_rgba()); in test_margin()
796 assert_eq!(c, RED.to_rgba()); in test_relative_split()
801 assert_eq!(c, BLUE.to_rgba()); in test_relative_split()
[all …]
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/plotters-0.3.1/src/drawing/
H A Darea.rs542 assert_eq!(c, WHITE.to_rgba()); in test_filling()
599 assert_eq!(c, RED.to_rgba()); in test_split_horizontally()
606 assert_eq!(c, BLUE.to_rgba()); in test_split_horizontally()
627 assert_eq!(c, RED.to_rgba()); in test_split_vertically()
634 assert_eq!(c, BLUE.to_rgba()); in test_split_vertically()
710 assert_eq!(c, BLACK.to_rgba()); in test_titled()
716 assert_eq!(c, WHITE.to_rgba()); in test_titled()
740 assert_eq!(c, WHITE.to_rgba()); in test_margin()
796 assert_eq!(c, RED.to_rgba()); in test_relative_split()
801 assert_eq!(c, BLUE.to_rgba()); in test_relative_split()
[all …]
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/plotters/src/drawing/
H A Darea.rs542 assert_eq!(c, WHITE.to_rgba()); in test_filling()
599 assert_eq!(c, RED.to_rgba()); in test_split_horizontally()
606 assert_eq!(c, BLUE.to_rgba()); in test_split_horizontally()
627 assert_eq!(c, RED.to_rgba()); in test_split_vertically()
634 assert_eq!(c, BLUE.to_rgba()); in test_split_vertically()
710 assert_eq!(c, BLACK.to_rgba()); in test_titled()
716 assert_eq!(c, WHITE.to_rgba()); in test_titled()
740 assert_eq!(c, WHITE.to_rgba()); in test_margin()
796 assert_eq!(c, RED.to_rgba()); in test_relative_split()
801 assert_eq!(c, BLUE.to_rgba()); in test_relative_split()
[all …]

12345678910>>...16