Home
last modified time | relevance | path

Searched refs:NamedColor (Results 1 – 25 of 134) sorted by relevance

123456

/dports/www/py-bokeh/bokeh-2.3.3/bokeh/colors/
H A Dnamed.py22 from .util import NamedColor
28 aliceblue = NamedColor("aliceblue", 240, 248, 255)
29 antiquewhite = NamedColor("antiquewhite", 250, 235, 215)
30 aqua = NamedColor("aqua", 0, 255, 255)
31 aquamarine = NamedColor("aquamarine", 127, 255, 212)
32 azure = NamedColor("azure", 240, 255, 255)
33 beige = NamedColor("beige", 245, 245, 220)
34 bisque = NamedColor("bisque", 255, 228, 196)
35 black = NamedColor("black", 0, 0, 0 )
36 blanchedalmond = NamedColor("blanchedalmond", 255, 235, 205)
[all …]
/dports/x11/alacritty/alacritty-0.9.0/alacritty/src/display/
H A Dcolor.rs5 use alacritty_terminal::ansi::NamedColor;
32 self[NamedColor::Black] = colors.normal.black; in intensity()
33 self[NamedColor::Red] = colors.normal.red; in intensity()
34 self[NamedColor::Green] = colors.normal.green; in intensity()
36 self[NamedColor::Blue] = colors.normal.blue; in intensity()
38 self[NamedColor::Cyan] = colors.normal.cyan; in intensity()
50 self[NamedColor::BrightForeground] = in intensity()
58 self[NamedColor::DimForeground] = in intensity()
64 self[NamedColor::DimRed] = dim.red; in intensity()
153 impl Index<NamedColor> for List {
[all …]
/dports/x11/alacritty/alacritty-0.9.0/alacritty_terminal/src/
H A Dansi.rs704 NamedColor::Red => NamedColor::BrightRed, in to_bright()
712 NamedColor::DimBlack => NamedColor::Black, in to_bright()
713 NamedColor::DimRed => NamedColor::Red, in to_bright()
714 NamedColor::DimGreen => NamedColor::Green, in to_bright()
716 NamedColor::DimBlue => NamedColor::Blue, in to_bright()
718 NamedColor::DimCyan => NamedColor::Cyan, in to_bright()
719 NamedColor::DimWhite => NamedColor::White, in to_bright()
727 NamedColor::Red => NamedColor::DimRed, in to_dim()
730 NamedColor::Blue => NamedColor::DimBlue, in to_dim()
732 NamedColor::Cyan => NamedColor::DimCyan, in to_dim()
[all …]
/dports/deskutils/py-khal/khal-0.10.4/khal/
H A Dterminal.py34 'black': NamedColor(index=0, light=False),
35 'dark red': NamedColor(index=1, light=False),
37 'brown': NamedColor(index=3, light=False),
38 'dark blue': NamedColor(index=4, light=False),
40 'dark cyan': NamedColor(index=6, light=False),
41 'white': NamedColor(index=7, light=False),
42 'light gray': NamedColor(index=7, light=True),
44 'light red': NamedColor(index=1, light=True),
46 'yellow': NamedColor(index=3, light=True),
47 'light blue': NamedColor(index=4, light=True),
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/demo/share/jfc/SwingSet2/
H A DTableDemo.java471NamedColor aqua = new NamedColor(new Color(127, 255, 212), getString("TableDemo.aqua")); in createTable()
473 NamedColor black = new NamedColor(Color.black, getString("TableDemo.black")); in createTable()
474 NamedColor blue = new NamedColor(new Color(0, 0, 222), getString("TableDemo.blue")); in createTable()
475 NamedColor eblue = new NamedColor(Color.blue, getString("TableDemo.eblue")); in createTable()
481 NamedColor gray = new NamedColor(Color.gray, getString("TableDemo.gray")); in createTable()
482 NamedColor green = new NamedColor(Color.green, getString("TableDemo.green")); in createTable()
483NamedColor orange = new NamedColor(new Color(255, 165, 0), getString("TableDemo.orange")); in createTable()
485 NamedColor red = new NamedColor(Color.red, getString("TableDemo.red")); in createTable()
486 NamedColor rustred = new NamedColor(Color.red.darker(), getString("TableDemo.rustred")); in createTable()
491 NamedColor yellow = new NamedColor(Color.yellow, getString("TableDemo.yellow")); in createTable()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/demo/share/jfc/SwingSet2/
H A DTableDemo.java471NamedColor aqua = new NamedColor(new Color(127, 255, 212), getString("TableDemo.aqua")); in createTable()
473 NamedColor black = new NamedColor(Color.black, getString("TableDemo.black")); in createTable()
474 NamedColor blue = new NamedColor(new Color(0, 0, 222), getString("TableDemo.blue")); in createTable()
475 NamedColor eblue = new NamedColor(Color.blue, getString("TableDemo.eblue")); in createTable()
481 NamedColor gray = new NamedColor(Color.gray, getString("TableDemo.gray")); in createTable()
482 NamedColor green = new NamedColor(Color.green, getString("TableDemo.green")); in createTable()
483NamedColor orange = new NamedColor(new Color(255, 165, 0), getString("TableDemo.orange")); in createTable()
485 NamedColor red = new NamedColor(Color.red, getString("TableDemo.red")); in createTable()
486 NamedColor rustred = new NamedColor(Color.red.darker(), getString("TableDemo.rustred")); in createTable()
491 NamedColor yellow = new NamedColor(Color.yellow, getString("TableDemo.yellow")); in createTable()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/demo/share/jfc/SwingSet2/
H A DTableDemo.java471NamedColor aqua = new NamedColor(new Color(127, 255, 212), getString("TableDemo.aqua")); in createTable()
473 NamedColor black = new NamedColor(Color.black, getString("TableDemo.black")); in createTable()
474 NamedColor blue = new NamedColor(new Color(0, 0, 222), getString("TableDemo.blue")); in createTable()
475 NamedColor eblue = new NamedColor(Color.blue, getString("TableDemo.eblue")); in createTable()
481 NamedColor gray = new NamedColor(Color.gray, getString("TableDemo.gray")); in createTable()
482 NamedColor green = new NamedColor(Color.green, getString("TableDemo.green")); in createTable()
483NamedColor orange = new NamedColor(new Color(255, 165, 0), getString("TableDemo.orange")); in createTable()
485 NamedColor red = new NamedColor(Color.red, getString("TableDemo.red")); in createTable()
486 NamedColor rustred = new NamedColor(Color.red.darker(), getString("TableDemo.rustred")); in createTable()
491 NamedColor yellow = new NamedColor(Color.yellow, getString("TableDemo.yellow")); in createTable()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/demo/share/jfc/SwingSet2/
H A DTableDemo.java471NamedColor aqua = new NamedColor(new Color(127, 255, 212), getString("TableDemo.aqua")); in createTable()
473 NamedColor black = new NamedColor(Color.black, getString("TableDemo.black")); in createTable()
474 NamedColor blue = new NamedColor(new Color(0, 0, 222), getString("TableDemo.blue")); in createTable()
475 NamedColor eblue = new NamedColor(Color.blue, getString("TableDemo.eblue")); in createTable()
481 NamedColor gray = new NamedColor(Color.gray, getString("TableDemo.gray")); in createTable()
482 NamedColor green = new NamedColor(Color.green, getString("TableDemo.green")); in createTable()
483NamedColor orange = new NamedColor(new Color(255, 165, 0), getString("TableDemo.orange")); in createTable()
485 NamedColor red = new NamedColor(Color.red, getString("TableDemo.red")); in createTable()
486 NamedColor rustred = new NamedColor(Color.red.darker(), getString("TableDemo.rustred")); in createTable()
491 NamedColor yellow = new NamedColor(Color.yellow, getString("TableDemo.yellow")); in createTable()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/demo/share/jfc/SwingSet2/
H A DTableDemo.java471NamedColor aqua = new NamedColor(new Color(127, 255, 212), getString("TableDemo.aqua")); in createTable()
473 NamedColor black = new NamedColor(Color.black, getString("TableDemo.black")); in createTable()
474 NamedColor blue = new NamedColor(new Color(0, 0, 222), getString("TableDemo.blue")); in createTable()
475 NamedColor eblue = new NamedColor(Color.blue, getString("TableDemo.eblue")); in createTable()
481 NamedColor gray = new NamedColor(Color.gray, getString("TableDemo.gray")); in createTable()
482 NamedColor green = new NamedColor(Color.green, getString("TableDemo.green")); in createTable()
483NamedColor orange = new NamedColor(new Color(255, 165, 0), getString("TableDemo.orange")); in createTable()
485 NamedColor red = new NamedColor(Color.red, getString("TableDemo.red")); in createTable()
486 NamedColor rustred = new NamedColor(Color.red.darker(), getString("TableDemo.rustred")); in createTable()
491 NamedColor yellow = new NamedColor(Color.yellow, getString("TableDemo.yellow")); in createTable()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/demo/share/jfc/SwingSet2/
H A DTableDemo.java471NamedColor aqua = new NamedColor(new Color(127, 255, 212), getString("TableDemo.aqua")); in createTable()
473 NamedColor black = new NamedColor(Color.black, getString("TableDemo.black")); in createTable()
474 NamedColor blue = new NamedColor(new Color(0, 0, 222), getString("TableDemo.blue")); in createTable()
475 NamedColor eblue = new NamedColor(Color.blue, getString("TableDemo.eblue")); in createTable()
481 NamedColor gray = new NamedColor(Color.gray, getString("TableDemo.gray")); in createTable()
482 NamedColor green = new NamedColor(Color.green, getString("TableDemo.green")); in createTable()
483NamedColor orange = new NamedColor(new Color(255, 165, 0), getString("TableDemo.orange")); in createTable()
485 NamedColor red = new NamedColor(Color.red, getString("TableDemo.red")); in createTable()
486 NamedColor rustred = new NamedColor(Color.red.darker(), getString("TableDemo.rustred")); in createTable()
491 NamedColor yellow = new NamedColor(Color.yellow, getString("TableDemo.yellow")); in createTable()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/demo/share/jfc/SwingSet2/
H A DTableDemo.java471NamedColor aqua = new NamedColor(new Color(127, 255, 212), getString("TableDemo.aqua")); in createTable()
473 NamedColor black = new NamedColor(Color.black, getString("TableDemo.black")); in createTable()
474 NamedColor blue = new NamedColor(new Color(0, 0, 222), getString("TableDemo.blue")); in createTable()
475 NamedColor eblue = new NamedColor(Color.blue, getString("TableDemo.eblue")); in createTable()
481 NamedColor gray = new NamedColor(Color.gray, getString("TableDemo.gray")); in createTable()
482 NamedColor green = new NamedColor(Color.green, getString("TableDemo.green")); in createTable()
483NamedColor orange = new NamedColor(new Color(255, 165, 0), getString("TableDemo.orange")); in createTable()
485 NamedColor red = new NamedColor(Color.red, getString("TableDemo.red")); in createTable()
486 NamedColor rustred = new NamedColor(Color.red.darker(), getString("TableDemo.rustred")); in createTable()
491 NamedColor yellow = new NamedColor(Color.yellow, getString("TableDemo.yellow")); in createTable()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/demo/share/jfc/SwingSet2/
H A DTableDemo.java471NamedColor aqua = new NamedColor(new Color(127, 255, 212), getString("TableDemo.aqua")); in createTable()
473 NamedColor black = new NamedColor(Color.black, getString("TableDemo.black")); in createTable()
474 NamedColor blue = new NamedColor(new Color(0, 0, 222), getString("TableDemo.blue")); in createTable()
475 NamedColor eblue = new NamedColor(Color.blue, getString("TableDemo.eblue")); in createTable()
481 NamedColor gray = new NamedColor(Color.gray, getString("TableDemo.gray")); in createTable()
482 NamedColor green = new NamedColor(Color.green, getString("TableDemo.green")); in createTable()
483NamedColor orange = new NamedColor(new Color(255, 165, 0), getString("TableDemo.orange")); in createTable()
485 NamedColor red = new NamedColor(Color.red, getString("TableDemo.red")); in createTable()
486 NamedColor rustred = new NamedColor(Color.red.darker(), getString("TableDemo.rustred")); in createTable()
491 NamedColor yellow = new NamedColor(Color.yellow, getString("TableDemo.yellow")); in createTable()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dcolorbox.hxx25 void operator()(const OUString& rCommand, const NamedColor& rColor);
39 NamedColor m_aSelectedColor;
46 void Selected(const NamedColor& rNamedColor);
64 void SelectEntry(const NamedColor& rColor);
70 void ShowPreview(const NamedColor &rColor);
80 void operator()(const OUString& rCommand, const NamedColor& rColor);
96 NamedColor m_aSelectedColor;
102 void Selected(const NamedColor& rNamedColor);
121 NamedColor const & GetSelectedEntry() const { return m_aSelectedColor; } in GetSelectedEntry()
123 void SelectEntry(const NamedColor& rColor);
[all …]
H A Dcolorwindow.hxx49 typedef std::function<void(const OUString&, const NamedColor&)> ColorSelectFunction;
66 Link<const NamedColor&, void> maSelectedLink;
81 static NamedColor GetSelectEntryColor(ValueSet const * pColorSet);
82 NamedColor GetAutoColor() const;
103 void SelectEntry(const NamedColor& rColor);
105 NamedColor GetSelectEntryColor() const;
110 void SetSelectedHdl( const Link<const NamedColor&, void>& rLink ) { maSelectedLink = rLink; } in SetSelectedHdl() argument
160 static NamedColor GetSelectEntryColor(SvtValueSet const * pColorSet);
161 NamedColor GetAutoColor() const;
175 void SelectEntry(const NamedColor& rColor);
[all …]
H A DPaletteManager.hxx46 std::deque<NamedColor> maRecentColors;
49 std::function<void(const OUString&, const NamedColor&)> maColorSelectFunction;
75 …void SetColorSelectFunction(const std::function<void(const OUString&, const NamedColor&)>& …
77 static void DispatchColorCommand(const OUString& aCommand, const NamedColor& rColor);
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dcolorbox.hxx24 const NamedColor& rColor); // ColorSelectFunction signature
39 NamedColor m_aSelectedColor;
46 void Selected(const NamedColor& rNamedColor);
64 NamedColor const& GetSelectedEntry() const { return m_aSelectedColor; } in GetSelectedEntry()
66 void SelectEntry(const NamedColor& rColor);
74 void ShowPreview(const NamedColor& rColor);
H A Dcolorwindow.hxx103 Link<const NamedColor&, void> maSelectedLink;
110 static NamedColor GetSelectEntryColor(ValueSet const * pColorSet);
111 NamedColor GetAutoColor() const;
126 void SelectEntry(const NamedColor& rColor);
128 NamedColor GetSelectEntryColor() const;
132 void SetSelectedHdl( const Link<const NamedColor&, void>& rLink ) { maSelectedLink = rLink; } in SetSelectedHdl() argument
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/MemoTrie-0.6.10/examples/
H A DGeneric.hs6 | NamedColor String constructor
16 runColor (NamedColor s) = length [1..10e7]
22 print$ runColorMemoized (NamedColor "")
24 print$ runColorMemoized (NamedColor "")
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/tbxctrls/
H A Dtbxcolorupdate.cxx49 Update(NamedColor(COL_DEFAULT_FONT, SvxResId(RID_SVXSTR_COLOR_DEFAULT_FONT))); in ToolboxButtonColorUpdater()
52 … Update(NamedColor(COL_DEFAULT_FRAMELINE, SvxResId(RID_SVXSTR_COLOR_DEFAULT_FRAMELINE))); in ToolboxButtonColorUpdater()
58 … Update(NamedColor(COL_DEFAULT_HIGHLIGHT, SvxResId(RID_SVXSTR_COLOR_DEFAULT_HIGHLIGHT))); in ToolboxButtonColorUpdater()
61 … Update(NamedColor(COL_DEFAULT_SHAPE_STROKE, SvxResId(RID_SVXSTR_COLOR_DEFAULT_SHAPE_STROKE))); in ToolboxButtonColorUpdater()
64 … Update(NamedColor(COL_DEFAULT_SHAPE_FILLING, SvxResId(RID_SVXSTR_COLOR_DEFAULT_SHAPE_FILLING))); in ToolboxButtonColorUpdater()
74 void ToolboxButtonColorUpdater::Update(const NamedColor &rNamedColor) in Update()
/dports/graphics/freeimage/FreeImage/Source/FreeImage/
H A DColorLookup.cpp33 } NamedColor; typedef
45 binsearch(const char *name, const NamedColor *color_array, int n) { in binsearch()
71 FreeImage_LookupNamedColor(const char *szColor, const NamedColor *color_array, int ncolors) { in FreeImage_LookupNamedColor()
100 static NamedColor X11ColorMap[] = {
600 static NamedColor SVGColorMap[] = {
/dports/graphics/pastel/pastel-0.8.1/src/cli/
H A Dutility.rs1 use pastel::named::{NamedColor, NAMED_COLORS};
5 pub fn similar_colors(color: &Color) -> Vec<&NamedColor> { in similar_colors() argument
6 let mut colors: Vec<&NamedColor> = NAMED_COLORS.iter().collect(); in similar_colors()
/dports/graphics/chafa/chafa-1.8.0/tools/chafa/
H A Dnamed-colors.c31 static const NamedColor named_colors [] =
737 const NamedColor *
740 const NamedColor *named_color; in find_color_by_name()
/dports/graphics/pastel/pastel-0.8.1/src/
H A Dnamed.rs6 pub struct NamedColor { struct
11 fn named_color(name: &'static str, r: u8, g: u8, b: u8) -> NamedColor { in named_color() argument
12 NamedColor { in named_color()
19 pub static ref NAMED_COLORS: [NamedColor; 148] = [
/dports/x11/alacritty/alacritty-0.9.0/alacritty_terminal/src/term/
H A Dcell.rs6 use crate::ansi::{Color, NamedColor};
74 bg: Color::Named(NamedColor::Background),
75 fg: Color::Named(NamedColor::Foreground),
116 && self.bg == Color::Named(NamedColor::Background)
117 && self.fg == Color::Named(NamedColor::Foreground)
/dports/www/py-bokeh/bokeh-2.3.3/tests/unit/bokeh/colors/
H A Dtest_util__colors.py42 c = bcu.NamedColor("aliceblue", 240, 248, 255)
46 c = bcu.NamedColor("aliceblue", 240, 248, 255)
50 c = bcu.NamedColor("aliceblue", 240, 248, 255)

123456