Home
last modified time | relevance | path

Searched refs:from_xyz (Results 1 – 14 of 14) sorted by relevance

/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/palette-0.5.0/src/
H A Dconvert.rs221 fn from_xyz(Xyz<Wp, T>) -> Self; in from_xyz() method
225 Self::from_xyz(inp.into_xyz()) in from_yxy()
230 Self::from_xyz(inp.into_xyz()) in from_lab()
240 Self::from_xyz(inp.into_xyz()) in from_rgb()
260 Self::from_xyz(inp.into_xyz()) in from_luma()
461 Yxy::from_xyz(self.into_xyz()) in into_yxy()
466 Lab::from_xyz(self.into_xyz()) in into_lab()
476 Rgb::from_xyz(self.into_xyz()) in into_rgb()
499 Luma::from_xyz(self.into_xyz()) in into_luma()
753 impl_into_color!(Xyz, from_xyz);
H A Dchromatic_adaptation.rs168 D::from_xyz(dst_xyz) in adapt_from_using()
H A Dhsv.rs227 let rgb: Rgb<Linear<S>, T> = Rgb::from_xyz(color); in from()
/dports/graphics/rawstudio/rawstudio-2.0/librawstudio/
H A Drs-color.c284 RS_XYZ_VECTOR from_xyz; in rs_calculate_map_white_matrix() local
289 from_xyz = xy_to_XYZ(from_xy); in rs_calculate_map_white_matrix()
292 ws = vector3_multiply_matrix(&from_xyz, &bradford); in rs_calculate_map_white_matrix()
/dports/graphics/pastel/pastel-0.8.1/src/
H A Dlib.rs104 pub fn from_xyz(x: Scalar, y: Scalar, z: Scalar, alpha: Scalar) -> Color { in from_xyz() method
1321 assert_eq!(Color::white(), Color::from_xyz(0.9505, 1.0, 1.0890, 1.0)); in xyz_conversion()
1322 assert_eq!(Color::red(), Color::from_xyz(0.4123, 0.2126, 0.01933, 1.0)); in xyz_conversion()
1325 Color::from_xyz(0.13123, 0.15372, 0.13174, 1.0) in xyz_conversion()
1331 let color2 = Color::from_xyz(xyz1.x, xyz1.y, xyz1.z, 1.0); in xyz_conversion()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/third_party/skcms/
H A Dskcms.cc2288 skcms_Matrix3x3 from_xyz; in skcms_TransformWithPalette() local
2347 &from_xyz, in skcms_TransformWithPalette()
2431 from_xyz = skcms_Matrix3x3_concat(&from_xyz, to_xyz); in skcms_TransformWithPalette()
2433 *args++ = &from_xyz; in skcms_TransformWithPalette()
/dports/graphics/libjxl/libjxl-0.6.1/third_party/skcms/
H A Dskcms.cc2336 skcms_Matrix3x3 from_xyz; in skcms_TransformWithPalette() local
2395 &from_xyz, in skcms_TransformWithPalette()
2479 from_xyz = skcms_Matrix3x3_concat(&from_xyz, to_xyz); in skcms_TransformWithPalette()
2481 *args++ = &from_xyz; in skcms_TransformWithPalette()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/third_party/skcms/
H A Dskcms.cc2278 skcms_Matrix3x3 from_xyz; in skcms_TransformWithPalette() local
2337 &from_xyz, in skcms_TransformWithPalette()
2421 from_xyz = skcms_Matrix3x3_concat(&from_xyz, to_xyz); in skcms_TransformWithPalette()
2423 *args++ = &from_xyz; in skcms_TransformWithPalette()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/third_party/skcms/
H A Dskcms.cc2358 skcms_Matrix3x3 from_xyz; in skcms_TransformWithPalette() local
2423 &from_xyz, in skcms_TransformWithPalette()
2507 from_xyz = skcms_Matrix3x3_concat(&from_xyz, to_xyz); in skcms_TransformWithPalette()
2509 *args++ = &from_xyz; in skcms_TransformWithPalette()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/third_party/skcms/
H A Dskcms.cc2350 skcms_Matrix3x3 from_xyz; in skcms_TransformWithPalette() local
2415 &from_xyz, in skcms_TransformWithPalette()
2499 from_xyz = skcms_Matrix3x3_concat(&from_xyz, to_xyz); in skcms_TransformWithPalette()
2501 *args++ = &from_xyz; in skcms_TransformWithPalette()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/third_party/skcms/
H A Dskcms.cc2288 skcms_Matrix3x3 from_xyz; in skcms_TransformWithPalette() local
2347 &from_xyz, in skcms_TransformWithPalette()
2431 from_xyz = skcms_Matrix3x3_concat(&from_xyz, to_xyz); in skcms_TransformWithPalette()
2433 *args++ = &from_xyz; in skcms_TransformWithPalette()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/third_party/skcms/
H A Dskcms.cc2288 skcms_Matrix3x3 from_xyz; in skcms_TransformWithPalette() local
2347 &from_xyz, in skcms_TransformWithPalette()
2431 from_xyz = skcms_Matrix3x3_concat(&from_xyz, to_xyz); in skcms_TransformWithPalette()
2433 *args++ = &from_xyz; in skcms_TransformWithPalette()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/palette-0.5.0/src/rgb/
H A Drgb.rs154 Self::from_xyz(Xyz::from_rgb(rgb)) in from_rgb_internal()
/dports/math/py-arviz/arviz-0.11.4/
H A DCHANGELOG.md467 * Normalize from_xyz functions ([490](https://github.com/arviz-devs/arviz/pull/490))