Home
last modified time | relevance | path

Searched defs:Rgb (Results 1 – 25 of 475) sorted by relevance

12345678910>>...19

/dports/audio/clementine-player/Clementine-1.4.0rc1/src/moodbar/
H A Dmoodbarbuilder.h33 struct Rgb { struct
34 Rgb() : r(0), g(0), b(0) {} in Rgb() function
35 Rgb(double r_, double g_, double b_) : r(r_), g(g_), b(b_) {} in Rgb() function
41 static void Normalize(QList<Rgb>* vals, double Rgb::*member); argument
/dports/audio/moodbar/moodbar-1.2.1/src/moodbar/
H A Dmoodbarbuilder.h34 struct Rgb { struct
35 Rgb() : r(0), g(0), b(0) {} in Rgb() function
36 Rgb(double r_, double g_, double b_) : r(r_), g(g_), b(b_) {} in Rgb() argument
42 static void Normalize(std::vector<Rgb>* vals, double Rgb::*member); argument
/dports/audio/strawberry/strawberry-1.0.0/src/moodbar/
H A Dmoodbarbuilder.h34 struct Rgb { struct
35 Rgb() : r(0), g(0), b(0) {} in Rgb() function
36 Rgb(double r_, double g_, double b_) : r(r_), g(g_), b(b_) {} in Rgb() function
42 static void Normalize(QList<Rgb> *vals, double Rgb::*member); argument
/dports/devel/pegtl/PEGTL-3.0.0/src/test/pegtl/
H A Dfile_cstream.cpp16 : seq< rep_min_max< 11, 11, file_content >, eof >
19 void unit_test()
22 #if defined( _MSC_VER )
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/colorsys-0.6.4/src/rgb/
H A Dfrom.rs60 fn from_hsl(hsl: &Hsl) -> Rgb { in from_hsl()
67 impl From<&Hsl> for Rgb { implementation
80 impl From<&mut Hsl> for Rgb { implementation
93 impl From<Hsl> for Rgb { implementation
106 fn from_rgb_ratio(ratio: &RgbRatio) -> Rgb { in from_rgb_ratio()
112 impl From<&RgbRatio> for Rgb { implementation
118 impl From<&mut RgbRatio> for Rgb { implementation
124 impl From<RgbRatio> for Rgb { implementation
H A Dmod.rs71 pub struct Rgb { struct
75 iter_def!(Rgb); argument
82 impl Rgb { implementation
91 pub fn new(r: f64, g: f64, b: f64, a: Option<f64>) -> Rgb { in new()
98 pub fn from_hex_str(s: &str) -> Result<Rgb, ParseError> { in from_hex_str()
163 impl Default for Rgb { implementation
174 impl AsRef<Rgb> for Rgb { implementation
175 fn as_ref(&self) -> &Rgb { in as_ref()
180 impl GetColorUnits for Rgb { implementation
194 impl core::str::FromStr for Rgb { implementation
[all …]
H A Dgrayscale.rs30 fn mul(rgb: &mut Rgb, factors: ColorTuple) { in mul()
37 fn rgb_to_grayscale_lum(rgb: &mut Rgb) { in rgb_to_grayscale_lum()
41 fn rgb_to_grayscale_rec709(rgb: &mut Rgb) { in rgb_to_grayscale_rec709()
45 fn rgb_to_grayscale_rec2100(rgb: &mut Rgb) { in rgb_to_grayscale_rec2100()
49 fn rgb_to_grayscale_avg(rgb: &mut Rgb) { in rgb_to_grayscale_avg()
57 fn rgb_to_grayscale_avg_prom(rgb: &mut Rgb) { in rgb_to_grayscale_avg_prom()
67 pub fn rgb_grayscale(rgb: &mut Rgb, method: GrayScaleMethod) { in rgb_grayscale()
/dports/security/keepassxc/keepassxc-2.6.6/src/gui/styles/base/
H A Dphantomcolor.h42 struct Rgb struct
45 Rgb() in Rgb() argument
48 Rgb(qreal r, qreal g, qreal b) in Rgb() function
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/palette-0.5.0/src/rgb/
H A Drgb.rs65 impl<S: RgbStandard, T: Component> Copy for Rgb<S, T> {} argument
73 impl<S: RgbStandard, T: Component> Rgb<S, T> { implementation
110 impl<S: RgbStandard, T: Component + Float> Rgb<S, T> { implementation
253 impl<S, T> Limited for Rgb<S, T> implementation
278 impl<S, T> Mix for Rgb<S, T> implementation
297 impl<S, T> Shade for Rgb<S, T> implementation
314 impl<S, T> GetHue for Rgb<S, T> implementation
335 impl<S, T> Blend for Rgb<S, T> implementation
405 impl<S, T> Add<T> for Rgb<S, T> implementation
465 impl<S, T> Sub<T> for Rgb<S, T> implementation
[all …]
/dports/graphics/aseprite/aseprite-1.2.9/src/gfx/
H A Drgb_tests.cpp30 TEST(Rgb, Ctor) in TEST() argument
38 TEST(Rgb, Equal) in TEST() argument
48 TEST(Rgb, MaxComponent) in TEST() argument
58 TEST(Rgb, MinComponent) in TEST() argument
68 TEST(Rgb, FromHsv) in TEST() argument
H A Drgb.h20 Rgb() in Rgb() function
26 Rgb(int red, int green, int blue) in Rgb() function
36 Rgb(const Rgb& rgb) in Rgb() function
H A Drgb.cpp18 Rgb::Rgb(const Hsv& hsv) in Rgb() function in gfx::Rgb
68 Rgb::Rgb(const Hsl& hsl) in Rgb() function in gfx::Rgb
/dports/misc/xd-rust/delan-xd-4bdbb191ed6d/cargo-crates/owo-colors-1.1.3/src/colors/
H A Ddynamic.rs10 pub struct Rgb(pub u8, pub u8, pub u8); struct
12 impl DynColor for Rgb { implementation
14 let Rgb(r, g, b) = self; in fmt_ansi_fg() localVariable
19 let Rgb(r, g, b) = self; in fmt_ansi_bg() localVariable
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/arbitrary-0.4.7/tests/
H A Dderive.rs11 pub struct Rgb { struct
19 let rgb: Rgb = arbitrary_from(&[4, 5, 6]); in struct_with_named_fields() argument
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/arbitrary-0.4.7/tests/
H A Dderive.rs11 pub struct Rgb { struct
19 let rgb: Rgb = arbitrary_from(&[4, 5, 6]); in struct_with_named_fields() argument
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/arbitrary-0.4.7/tests/
H A Dderive.rs11 pub struct Rgb { struct
19 let rgb: Rgb = arbitrary_from(&[4, 5, 6]); in struct_with_named_fields() argument
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/arbitrary-1.0.3/tests/
H A Dderive.rs11 pub struct Rgb { struct
19 let rgb: Rgb = arbitrary_from(&[4, 5, 6]); in struct_with_named_fields() argument
/dports/www/firefox/firefox-99.0/third_party/rust/arbitrary/tests/
H A Dderive.rs11 pub struct Rgb { struct
19 let rgb: Rgb = arbitrary_from(&[4, 5, 6]); in struct_with_named_fields() argument
/dports/lang/rust/rustc-1.58.1-src/vendor/arbitrary/tests/
H A Dderive.rs11 pub struct Rgb { struct
19 let rgb: Rgb = arbitrary_from(&[4, 5, 6]); in struct_with_named_fields() argument
/dports/misc/openmvg/openMVG-2.0/src/openMVG/image/
H A Dpixel_types.hpp22 class Rgb : public Eigen::Matrix<T, 3, 1, 0, 3, 1> class
39 explicit inline Rgb( T red, T green, T blue ) in Rgb() function in openMVG::image::Rgb
49 explicit inline Rgb( const Base& val ) in Rgb() function in openMVG::image::Rgb
60 explicit inline Rgb( const T val = 0 ) in Rgb() function in openMVG::image::Rgb
/dports/devel/corrade/corrade-2020.06/src/Corrade/Containers/Test/
H A DStridedArrayViewTest.cpp3297 struct Rgb { in castInflateFlatten() struct
3300 unsigned short r, g, b; in castInflateFlatten()
3342 struct Rgb { in castInflateFlattenZeroStride() struct
3345 unsigned short r, g, b; in castInflateFlattenZeroStride()
3383 unsigned short r, g, b; in castInflateFlattenNegativeStride()
3423 unsigned short r, g, b; in castInflateFlattenArrayView()
3443 unsigned short r, g, b; in castInflateFlattenInvalid()
3498 unsigned short r, g, b; in castInflateVoid()
3525 unsigned short r, g, b; in castInflateVoidZeroStride()
3545 unsigned short r, g, b; in castInflateVoidNegativeStride()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/parser/
H A Dstruct-field-numeric-shorthand.rs1 struct Rgb(u8, u8, u8); struct
/dports/graphics/pinta/pinta-1.7.1/Pinta.Core/Effects/
H A DColorTransferMode.cs14 Rgb, enumerator
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/
H A Dbogus-tag.rs1 enum Color { Rgb(isize, isize, isize), Rgba(isize, isize, isize, isize), } enumerator
/dports/graphics/photivo/photivo/Sources/filters/
H A DptFilter_LMHRecovery.h43 enum class TColorSpace { Rgb, Lab }; enumerator

12345678910>>...19