Home
last modified time | relevance | path

Searched refs:Color (Results 1 – 25 of 10962) sorted by relevance

12345678910>>...439

/dports/astro/celestia-gtk/celestia-1.6.1/src/celengine/
H A Dstarcolors.cpp17 Color StarColors_Enhanced[41] =
19 Color(0.00f, 0.00f, 0.00f), // T = 0K
20 Color(0.75f, 0.20f, 0.20f), // T = 1000K
21 Color(1.00f, 0.40f, 0.40f), // T = 2000K
22 Color(1.00f, 0.70f, 0.70f), // T = 3000K
23 Color(1.00f, 0.90f, 0.70f), // T = 4000K
24 Color(1.00f, 1.00f, 0.75f), // T = 5000K
25 Color(1.00f, 1.00f, 0.88f), // T = 6000K
26 Color(1.00f, 1.00f, 0.95f), // T = 7000K
27 Color(1.00f, 1.00f, 1.00f), // T = 8000K
[all …]
/dports/astro/celestia/celestia-1.6.1/src/celengine/
H A Dstarcolors.cpp17 Color StarColors_Enhanced[41] =
19 Color(0.00f, 0.00f, 0.00f), // T = 0K
20 Color(0.75f, 0.20f, 0.20f), // T = 1000K
21 Color(1.00f, 0.40f, 0.40f), // T = 2000K
22 Color(1.00f, 0.70f, 0.70f), // T = 3000K
23 Color(1.00f, 0.90f, 0.70f), // T = 4000K
24 Color(1.00f, 1.00f, 0.75f), // T = 5000K
25 Color(1.00f, 1.00f, 0.88f), // T = 6000K
26 Color(1.00f, 1.00f, 0.95f), // T = 7000K
27 Color(1.00f, 1.00f, 1.00f), // T = 8000K
[all …]
/dports/x11/kitty/kitty-0.23.1/kitty/
H A Drgb.py10 class Color(NamedTuple): class
44 def alpha_blend(top_color: Color, bottom_color: Color, alpha: float) -> Color: argument
45 return Color(
132 'black': Color(0, 0, 0),
135 'blue': Color(0, 0, 255),
137 'blue1': Color(0, 0, 255),
293 'gray0': Color(0, 0, 0),
294 'gray1': Color(3, 3, 3),
306 'gray2': Color(5, 5, 5),
317 'gray3': Color(8, 8, 8),
[all …]
/dports/games/gogui/Quaqua/src/ch/randelshofer/quaqua/colorchooser/
H A DDefaultPalettes.java181 new Color(0xffffff),
182 new Color(0xcccccc),
183 new Color(0x999999),
184 new Color(0x666666),
185 new Color(0x333333),
186 new Color(0x000000),
188 new Color(0xffcccc),
189 new Color(0xcc9999),
190 new Color(0x996666),
191 new Color(0x663333),
[all …]
/dports/devel/upp/upp/bazaar/Functions4U/
H A DSvgColors.h9 Color color;
14 inline Color Aliceblue() {return Color(240,248,255);} in Aliceblue()
15 inline Color Antiquewhite() {return Color(250,235,215);} in Antiquewhite()
16 inline Color Aqua() {return Color(0,255,255);} in Aqua()
17 inline Color Aquamarine() {return Color(127,255,212);} in Aquamarine()
18 inline Color Azure() {return Color(240,255,255);} in Azure()
19 inline Color Beige() {return Color(245,245,220);} in Beige()
20 inline Color Bisque() {return Color(255,228,196);} in Bisque()
30 inline Color Coral() {return Color(255,127,80);} in Coral()
35 inline Color Darkblue() {return Color(0,0,139);} in Darkblue()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/modules/mono/glue/GodotSharp/GodotSharp/Core/
H A DColors.cs13 … internal static readonly Dictionary<string, Color> namedColors = new Dictionary<string, Color> {
14 {"aliceblue", new Color(0.94f, 0.97f, 1.00f)},
16 {"aqua", new Color(0.00f, 1.00f, 1.00f)},
18 {"azure", new Color(0.94f, 1.00f, 1.00f)},
19 {"beige", new Color(0.96f, 0.96f, 0.86f)},
20 {"bisque", new Color(1.00f, 0.89f, 0.77f)},
21 {"black", new Color(0.00f, 0.00f, 0.00f)},
23 {"blue", new Color(0.00f, 0.00f, 1.00f)},
25 {"brown", new Color(0.65f, 0.16f, 0.16f)},
30 {"coral", new Color(1.00f, 0.50f, 0.31f)},
[all …]
/dports/devel/godot/godot-3.2.3-stable/modules/mono/glue/GodotSharp/GodotSharp/Core/
H A DColors.cs13 … internal static readonly Dictionary<string, Color> namedColors = new Dictionary<string, Color> {
14 {"aliceblue", new Color(0.94f, 0.97f, 1.00f)},
16 {"aqua", new Color(0.00f, 1.00f, 1.00f)},
18 {"azure", new Color(0.94f, 1.00f, 1.00f)},
19 {"beige", new Color(0.96f, 0.96f, 0.86f)},
20 {"bisque", new Color(1.00f, 0.89f, 0.77f)},
21 {"black", new Color(0.00f, 0.00f, 0.00f)},
23 {"blue", new Color(0.00f, 0.00f, 1.00f)},
25 {"brown", new Color(0.65f, 0.16f, 0.16f)},
30 {"coral", new Color(1.00f, 0.50f, 0.31f)},
[all …]
/dports/devel/open-beagle/beagle-3.0.3/PACC/SVG/
H A DTypes.cpp45 const SVG::Color SVG::Color::cAqua("aqua");
47 const SVG::Color SVG::Color::cAzure("azure");
48 const SVG::Color SVG::Color::cBeige("beige");
50 const SVG::Color SVG::Color::cBlack("black");
52 const SVG::Color SVG::Color::cBlue("blue");
54 const SVG::Color SVG::Color::cBrown("brown");
59 const SVG::Color SVG::Color::cCoral("coral");
63 const SVG::Color SVG::Color::cCyan("cyan");
94 const SVG::Color SVG::Color::cGold("gold");
96 const SVG::Color SVG::Color::cGray("gray");
[all …]
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/pawt/
H A Dcolors.py1 from java.awt import Color
3 aliceblue = Color(240, 248, 255)
5 aqua = Color(0, 255, 255)
7 azure = Color(240, 255, 255)
8 beige = Color(245, 245, 220)
9 bisque = Color(255, 228, 196)
10 black = Color(0, 0, 0)
12 blue = Color(0, 0, 255)
14 brown = Color(165, 42, 42)
23 cyan = Color(0, 255, 255)
[all …]
/dports/graphics/py-pymaging/pymaging-596a08f/pymaging/
H A Dwebcolors.py36 Red = Color(255, 0, 0, 255)
39 DarkRed = Color(139, 0, 0, 255)
52 Gold = Color(255, 215, 0, 255)
84 Lime = Color(0, 255, 0, 255)
93 Green = Color(0, 128, 0, 255)
103 Teal = Color(0, 128, 128, 255)
104 Aqua = Color(0, 255, 255, 255)
105 Cyan = Color(0, 255, 255, 255)
123 Blue = Color(0, 0, 255, 255)
126 Navy = Color(0, 0, 128, 255)
[all …]
/dports/science/cdk/cdk-cdk-2.3/display/render/src/main/java/org/openscience/cdk/renderer/color/
H A DJmolColors.java39 private static final Color hexFFFFFF = new Color(0xFFFFFF);
40 private static final Color hexD9FFFF = new Color(0xD9FFFF);
41 private static final Color hexCC80FF = new Color(0xCC80FF);
42 private static final Color hexC2FF00 = new Color(0xC2FF00);
43 private static final Color hexFFB5B5 = new Color(0xFFB5B5);
44 private static final Color hex909090 = new Color(0x909090);
45 private static final Color hex3050F8 = new Color(0x3050F8);
46 private static final Color hexFF0D0D = new Color(0xFF0D0D);
47 private static final Color hex90E050 = new Color(0x90E050);
48 private static final Color hexB3E3F5 = new Color(0xB3E3F5);
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/examples/GUI examples/
H A DColorBrowser.scd1 // Color Browser
41 txtCol = if(colArr.sum < 2.45, {Color.white}, {Color.black});
119 'black' -> Color.new255(0, 0, 0),
122 'blue' -> Color.new255(0, 0, 255),
124 'blue1' -> Color.new255(0, 0, 255),
125 'blue2' -> Color.new255(0, 0, 238),
267 'gray0' -> Color.new255(0, 0, 0),
268 'gray1' -> Color.new255(3, 3, 3),
280 'gray2' -> Color.new255(5, 5, 5),
291 'gray3' -> Color.new255(8, 8, 8),
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/Test/System.Drawing/
H A DTestBrushes.cs69 solid.Color = Color.Red; in Properties()
78 solid.Color = Color.Red; in Properties()
87 solid.Color = Color.Red; in Properties()
96 solid.Color = Color.Red; in Properties()
105 solid.Color = Color.Red; in Properties()
114 solid.Color = Color.Red; in Properties()
123 solid.Color = Color.Red; in Properties()
132 solid.Color = Color.Red; in Properties()
141 solid.Color = Color.Red; in Properties()
150 solid.Color = Color.Red; in Properties()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DProfessionalColorTable.cs44 private Color button_pressed_border;
56 private Color check_background;
59 private Color grip_dark;
60 private Color grip_light;
67 private Color menu_border;
68 private Color menu_item_border;
72 private Color menu_item_selected;
82 private Color separator_dark;
83 private Color separator_light;
86 private Color tool_strip_border;
[all …]
/dports/astro/celestia-gtk/celestia-1.6.1/src/celutil/
H A Dcolor.cpp18 Color::ColorMap Color::x11Colors;
20 const Color Color::White = Color(1.0f, 1.0f, 1.0f);
21 const Color Color::Black = Color(0.0f,0.0f, 0.0f);
33 Color::Color() in Color() function in Color
40 Color::Color(float r, float g, float b) in Color() function in Color
49 Color::Color(float r, float g, float b, float a) in Color() function in Color
58 Color::Color(unsigned char r, unsigned char g, unsigned char b) in Color() function in Color
67 Color::Color(const Color& color, float alpha) in Color() function in Color
78 bool Color::parse(const char* s, Color& c) in parse()
111 c = Color((unsigned char) (n >> 16), in parse()
[all …]
/dports/astro/celestia/celestia-1.6.1/src/celutil/
H A Dcolor.cpp18 Color::ColorMap Color::x11Colors;
20 const Color Color::White = Color(1.0f, 1.0f, 1.0f);
21 const Color Color::Black = Color(0.0f,0.0f, 0.0f);
33 Color::Color() in Color() function in Color
40 Color::Color(float r, float g, float b) in Color() function in Color
49 Color::Color(float r, float g, float b, float a) in Color() function in Color
58 Color::Color(unsigned char r, unsigned char g, unsigned char b) in Color() function in Color
67 Color::Color(const Color& color, float alpha) in Color() function in Color
78 bool Color::parse(const char* s, Color& c) in parse()
111 c = Color((unsigned char) (n >> 16), in parse()
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/SCClassLibrary/Common/Core/
H A DColor.sc1 Color {
13 *black { ^Color.new(0.0, 0.0, 0.0) }
14 *white { ^Color.new(1.0, 1.0, 1.0) }
27 ^Color.grey(gray, alpha);
47 ^Color.new(
227 black: Color.new255(0, 0, 0),
230 blue: Color.new255(0, 0, 255),
375 gray0: Color.new255(0, 0, 0),
376 gray1: Color.new255(3, 3, 3),
388 gray2: Color.new255(5, 5, 5),
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Primitives/src/System/Drawing/
H A DColor.cs16 public readonly struct Color : IEquatable<Color> struct
18 public static readonly Color Empty = new Color(); argument
29 public static Color Aqua => new Color(KnownColor.Aqua); argument
33 public static Color Azure => new Color(KnownColor.Azure); argument
35 public static Color Beige => new Color(KnownColor.Beige); argument
37 public static Color Bisque => new Color(KnownColor.Bisque); argument
39 public static Color Black => new Color(KnownColor.Black); argument
43 public static Color Blue => new Color(KnownColor.Blue); argument
47 public static Color Brown => new Color(KnownColor.Brown); argument
57 public static Color Coral => new Color(KnownColor.Coral); argument
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/Utilities/
H A DColorPalette.cs151 Color.Green,
152 Color.Blue,
153 Color.Purple,
154 Color.Lime,
156 Color.Teal,
158 Color.Gray,
159 Color.Aqua,
160 Color.Navy,
162 Color.Red,
163 Color.Olive,
[all …]
/dports/www/py-selenium/selenium-3.141.0/selenium/webdriver/support/
H A Dcolor.py28 class Color(object): class
65 return Color(*rgb)
70 return Color(*rgba)
73 return Color(*rgb)
76 return Color(*rgb)
169 "BLACK": Color(0, 0, 0),
171 "BLUE": Color(0, 0, 255),
217 "GREEN": Color(0, 128, 0),
244 "LIME": Color(0, 255, 0),
263 "NAVY": Color(0, 0, 128),
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webdriver/pylib/selenium/webdriver/support/
H A Dcolor.py27 class Color(object): class
64 return Color(*rgb)
69 return Color(*rgba)
72 return Color(*rgb)
75 return Color(*rgb)
163 "BLACK": Color(0, 0, 0),
165 "BLUE": Color(0, 0, 255),
211 "GREEN": Color(0, 128, 0),
238 "LIME": Color(0, 255, 0),
257 "NAVY": Color(0, 0, 128),
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webdriver/pylib/selenium/webdriver/support/
H A Dcolor.py27 class Color(object): class
64 return Color(*rgb)
69 return Color(*rgba)
72 return Color(*rgb)
75 return Color(*rgb)
163 "BLACK": Color(0, 0, 0),
165 "BLUE": Color(0, 0, 255),
211 "GREEN": Color(0, 128, 0),
238 "LIME": Color(0, 255, 0),
257 "NAVY": Color(0, 0, 128),
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/HelpSource/Classes/
H A DColor.schelp1 class:: Color
115 Color.new255(0, 0, 255, 255) == Color.new(0, 0, 1, 1)
122 Color(1, 0.5, 1, 0.5).scaleByAlpha == Color(0.5, 0.25, 0.5, 1)
128 A second Color.
147 Color(1, 0.5, 1, 0.5).complementary == Color(0.0, 0.5, 0.0, 0.5)
152 An instance of Color.
158 An instance of Color.
164 An instance of Color.
170 An instance of Color.
176 An instance of Color.
[all …]
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/colorful-0.2.1/src/core/
H A Dcolors.rs7 pub enum Color { enum
266 impl ColorInterface for Color { implementation
270 Color::Black => "0", in to_color_str()
271 Color::Red => "1", in to_color_str()
272 Color::Green => "2", in to_color_str()
273 Color::Yellow => "3", in to_color_str()
274 Color::Blue => "4", in to_color_str()
276 Color::Cyan => "6", in to_color_str()
791 impl Color { impl
793 use Color::*; in iterator()
[all …]
/dports/graphics/rx/rx-0.4.0/cargo-crates/colorful-0.2.1/src/core/
H A Dcolors.rs7 pub enum Color { enum
266 impl ColorInterface for Color { implementation
270 Color::Black => "0", in to_color_str()
271 Color::Red => "1", in to_color_str()
272 Color::Green => "2", in to_color_str()
273 Color::Yellow => "3", in to_color_str()
274 Color::Blue => "4", in to_color_str()
276 Color::Cyan => "6", in to_color_str()
791 impl Color { implementation
793 use Color::*; in iterator()
[all …]

12345678910>>...439