Home
last modified time | relevance | path

Searched refs:RGB (Results 1 – 25 of 7922) sorted by relevance

12345678910>>...317

/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Graphics/Colors/
H A Dx11_colors.hpp14 #define RGB(r,g,b) r, g, b macro
16 {"Snow" , RGB (255, 250, 250)},
17 {"Ghost white" , RGB (248, 248, 255)},
18 {"Ghostwhite" , RGB (248, 248, 255)},
19 {"White smoke" , RGB (245, 245, 245)},
20 {"Whitesmoke" , RGB (245, 245, 245)},
21 {"Gainsboro" , RGB (220, 220, 220)},
22 {"Floral white" , RGB (255, 250, 240)},
23 {"Floralwhite" , RGB (255, 250, 240)},
24 {"Old lace" , RGB (253, 245, 230)},
[all …]
H A Dtm_colors.hpp12 #define RGB(r,g,b) r, g, b macro
16 {"black", RGB ( 0, 0, 0)},
17 {"white", RGB (255, 255, 255)},
18 {"red", RGB (255, 0, 0)},
19 {"blue", RGB ( 0, 0, 255)},
20 {"yellow", RGB (255, 255, 0)},
21 {"green", RGB ( 0, 255, 0)},
22 {"magenta", RGB (255, 0, 255)},
23 {"orange", RGB (255, 128, 0)},
24 {"brown", RGB (128, 32, 0)},
[all …]
H A Dxc_colors.hpp15 #define RGB(r,g,b) r, g, b macro
18 {"black", RGB ( 0, 0, 0)},
19 {"blue", RGB ( 0, 0, 255)},
20 {"brown", RGB (191, 127, 63)},
21 {"cyan", RGB ( 0, 255, 255)},
22 {"darkgray", RGB ( 63, 63, 63)},
23 {"gray", RGB (127, 127, 127)},
24 {"green", RGB ( 0, 255, 0)},
25 {"lightgray", RGB (191, 191, 191)},
26 {"lime", RGB (191, 255, 0)},
[all …]
/dports/x11/tilda/tilda-tilda-1.5.0/src/
H A Dtilda-palettes.c10 { RGB(0x2e2e, 0x3434, 0x3636) },
11 { RGB(0xcccc, 0x0000, 0x0000) },
12 { RGB(0x4e4e, 0x9a9a, 0x0606) },
13 { RGB(0xc4c4, 0xa0a0, 0x0000) },
14 { RGB(0x3434, 0x6565, 0xa4a4) },
15 { RGB(0x7575, 0x5050, 0x7b7b) },
16 { RGB(0x0606, 0x9820, 0x9a9a) },
17 { RGB(0xd3d3, 0xd7d7, 0xcfcf) },
18 { RGB(0x5555, 0x5757, 0x5353) },
19 { RGB(0xefef, 0x2929, 0x2929) },
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/@types/color-name/
H A Dindex.d.ts16 export const aqua: RGB;
18 export const azure: RGB;
19 export const beige: RGB;
20 export const bisque: RGB;
21 export const black: RGB;
23 export const blue: RGB;
25 export const brown: RGB;
30 export const coral: RGB;
34 export const cyan: RGB;
65 export const gold: RGB;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/@types/color-name/
H A Dindex.d.ts16 export const aqua: RGB;
18 export const azure: RGB;
19 export const beige: RGB;
20 export const bisque: RGB;
21 export const black: RGB;
23 export const blue: RGB;
25 export const brown: RGB;
30 export const coral: RGB;
34 export const cyan: RGB;
65 export const gold: RGB;
[all …]
/dports/misc/netron/node_modules/@types/color-name/
H A Dindex.d.ts16 export const aqua: RGB;
18 export const azure: RGB;
19 export const beige: RGB;
20 export const bisque: RGB;
21 export const black: RGB;
23 export const blue: RGB;
25 export const brown: RGB;
30 export const coral: RGB;
34 export const cyan: RGB;
65 export const gold: RGB;
[all …]
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/test/filters/
H A Dtest_convolution.cpp215 RGB(0, 0, 0), RGB(0, 0, 0), in TEST()
216 RGB(0, 0, 0), RGB(0, 0, 0), in TEST()
217 RGB(0, 0, 0), RGB(0, 0, 0), in TEST()
276 RGB(0, 0, 0), RGB(0, 0, 0), in TEST()
277 RGB(0, 0, 0), RGB(0, 0, 0), in TEST()
330 RGB(0, 0, 0), RGB(0, 0, 0), in TEST()
331 RGB(0, 0, 0), RGB(0, 0, 0), in TEST()
332 RGB(0, 0, 0), RGB(0, 0, 0), in TEST()
391 RGB(0, 0, 0), RGB(0, 0, 0), in TEST()
392 RGB(0, 0, 0), RGB(0, 0, 0), in TEST()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/
H A DTest_org_eclipse_swt_graphics_RGB.java34 new RGB(0,0,0); in test_ConstructorIII()
85 new RGB(0f,0f,0f); in test_ConstructorFFF()
87 new RGB(0f,1f,0f); in test_ConstructorFFF()
88 new RGB(0f,0f,1f); in test_ConstructorFFF()
227 RGB rgb1 = new RGB(r, g, b); in test_equalsLjava_lang_Object()
228 RGB rgb2; in test_equalsLjava_lang_Object()
367 RGB rgb1 = new RGB(hsb[i], hsb[i+1], hsb[i+2]); in test_getHSB()
369 RGB rgb2 = new RGB(hsb2[0], hsb2[1], hsb2[2]); in test_getHSB()
379 RGB rgb1 = new RGB(r, g, b); in test_hashCode()
380 RGB rgb2 = new RGB(r, g, b); in test_hashCode()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/Quantity/
H A DQuantity_ColorTable.pxx1 RawColor(BLACK , sRGB, 0x000000, 0.000000, 0.000000, 0.000000, RGB, 0.000000, 0.00000…
2 RawColor(MATRABLUE , sRGB, 0x0000BF, 0.000000, 0.000000, 0.750000, RGB, 0.000000, 0.00000…
3 RawColor(MATRAGRAY , sRGB, 0x999999, 0.600000, 0.600000, 0.600000, RGB, 0.318547, 0.31854…
4 RawColor(ALICEBLUE , sRGB, 0xF0F8FF, 0.941176, 0.972549, 1.000000, RGB, 0.871366, 0.93868…
5 RawColor(ANTIQUEWHITE , sRGB, 0xFAEBD7, 0.980392, 0.921569, 0.843137, RGB, 0.955973, 0.83077…
6 RawColor(ANTIQUEWHITE1 , sRGB, 0xFFEFDB, 1.000000, 0.937255, 0.858824, RGB, 1.000000, 0.86315…
7 RawColor(ANTIQUEWHITE2 , sRGB, 0xEEDFCC, 0.933333, 0.874510, 0.800000, RGB, 0.854992, 0.73791…
8 RawColor(ANTIQUEWHITE3 , sRGB, 0xCDC0B0, 0.803922, 0.752941, 0.690196, RGB, 0.610496, 0.52711…
9 RawColor(ANTIQUEWHITE4 , sRGB, 0x8B8378, 0.545098, 0.513725, 0.470588, RGB, 0.258183, 0.22696…
10 RawColor(AQUAMARINE1 , sRGB, 0x7FFFD4, 0.498039, 1.000000, 0.831373, RGB, 0.212231, 1.00000…
[all …]
/dports/games/gemrb/gemrb-0.9.0/demo/data/
H A Dsprklclr.2da4 WHITE RGB(245,245,245) RGB(220,225,230) RGB(180,192,203) RGB(164,175,186) RGB(111,119,129)
5 WHITE RGB(245,245,245) RGB(220,225,230) RGB(180,192,203) RGB(164,175,186) RGB(111,119,129)
6 WHITE RGB(245,245,245) RGB(220,225,230) RGB(180,192,203) RGB(164,175,186) RGB(111,119,129)
7 WHITE RGB(245,245,245) RGB(220,225,230) RGB(180,192,203) RGB(164,175,186) RGB(111,119,129)
8 WHITE RGB(245,245,245) RGB(220,225,230) RGB(180,192,203) RGB(164,175,186) RGB(111,119,129)
9 WHITE RGB(245,245,245) RGB(220,225,230) RGB(180,192,203) RGB(164,175,186) RGB(111,119,129)
10 WHITE RGB(245,245,245) RGB(220,225,230) RGB(180,192,203) RGB(164,175,186) RGB(111,119,129)
11 WHITE RGB(245,245,245) RGB(220,225,230) RGB(180,192,203) RGB(164,175,186) RGB(111,119,129)
12 WHITE RGB(245,245,245) RGB(220,225,230) RGB(180,192,203) RGB(164,175,186) RGB(111,119,129)
13 WHITE RGB(245,245,245) RGB(220,225,230) RGB(180,192,203) RGB(164,175,186) RGB(111,119,129)
[all …]
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/fileformats/
H A Docd_types_v9.h52 template<typename RGB>
55 RGB{ 0, 0, 0 }, in palette()
56 RGB{ 0, 0, 64 }, in palette()
57 RGB{ 0, 0, 128 }, in palette()
58 RGB{ 0, 0, 192 }, in palette()
59 RGB{ 0, 0, 255 }, in palette()
60 RGB{ 0, 64, 0 }, in palette()
61 RGB{ 0, 64, 64 }, in palette()
62 RGB{ 0, 64, 128 }, in palette()
63 RGB{ 0, 64, 192 }, in palette()
[all …]
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/skylighting-core-0.8.5/src/Skylighting/
H A DTypes.hs293 data Color = RGB Word8 Word8 Word8 constructor
305 ((r,g,b),_) : _ -> Just $ RGB r g b
318 toColor (r,g,b) = Just $ RGB r g b
383 , (Xterm256ColorCode 17, RGB 0 0 95)
384 , (Xterm256ColorCode 18, RGB 0 0 135)
388 , (Xterm256ColorCode 22, RGB 0 95 0)
418 , (Xterm256ColorCode 52, RGB 95 0 0)
632 fromColor (RGB r g b) = printf "#%02x%02x%02x" r g b
638 fromColor (RGB r g b) = (r, g, b)
641 fromColor (RGB r g b) = sRGB24 r g b
[all …]
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/skylighting-core-0.11/src/Skylighting/
H A DTypes.hs294 data Color = RGB Word8 Word8 Word8 constructor
306 ((r,g,b),_) : _ -> Just $ RGB r g b
319 toColor (r,g,b) = Just $ RGB r g b
384 , (Xterm256ColorCode 17, RGB 0 0 95)
385 , (Xterm256ColorCode 18, RGB 0 0 135)
389 , (Xterm256ColorCode 22, RGB 0 95 0)
419 , (Xterm256ColorCode 52, RGB 95 0 0)
633 fromColor (RGB r g b) = printf "#%02x%02x%02x" r g b
639 fromColor (RGB r g b) = (r, g, b)
642 fromColor (RGB r g b) = sRGB24 r g b
[all …]
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/skylighting-core-0.10.4/src/Skylighting/
H A DTypes.hs294 data Color = RGB Word8 Word8 Word8 constructor
306 ((r,g,b),_) : _ -> Just $ RGB r g b
319 toColor (r,g,b) = Just $ RGB r g b
384 , (Xterm256ColorCode 17, RGB 0 0 95)
385 , (Xterm256ColorCode 18, RGB 0 0 135)
389 , (Xterm256ColorCode 22, RGB 0 95 0)
419 , (Xterm256ColorCode 52, RGB 95 0 0)
633 fromColor (RGB r g b) = printf "#%02x%02x%02x" r g b
639 fromColor (RGB r g b) = (r, g, b)
642 fromColor (RGB r g b) = sRGB24 r g b
[all …]
/dports/cad/zcad/zcad-8b8a693/cad_source/zengine/core/objects/
H A Duzepalette.pas34 RGB:TRGB;(*'Color'*)
44 (RGB:(r:0; g:0; b:0 ;a:NotTransparent);name:''),
52 (RGB:(r:128;g:128;b:128;a:NotTransparent);name:''),
53 (RGB:(r:192;g:192;b:192;a:NotTransparent);name:''),
54 (RGB:(r:255;g:0; b:0 ;a:NotTransparent);name:''),
55 (RGB:(r:255;g:127;b:127;a:NotTransparent);name:''),
56 (RGB:(r:204;g:0; b:0 ;a:NotTransparent);name:''),
57 (RGB:(r:204;g:102;b:102;a:NotTransparent);name:''),
58 (RGB:(r:153;g:0; b:0 ;a:NotTransparent);name:''),
59 (RGB:(r:153;g:76; b:76 ;a:NotTransparent);name:''),
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/operations/
H A DCommitterColors.java19 import org.eclipse.swt.graphics.RGB;
32 private static final RGB[] COMMITTER_RGBs= new RGB[] {
33 …new RGB(131, 150, 98), new RGB(221, 205, 93), new RGB(199, 134, 57), new RGB(133, 166, 214), new R…
34 …new RGB(139, 136, 140), new RGB(48, 135, 144), new RGB(190, 93, 66), new RGB(143, 163, 54), new RG…
35 new RGB(101, 101, 217), new RGB(72, 153, 119), new RGB(23, 101, 160), new RGB(132, 164, 118),
37 …new RGB(255, 230, 59), new RGB(136, 176, 70), new RGB(255, 138, 1), new RGB(123, 187, 95), new RGB
38 …new RGB(93, 158, 254), new RGB(175, 215, 0), new RGB(140, 134, 142), new RGB(232, 168, 21), new RG…
39 new RGB(251, 58, 4), new RGB(63, 64, 255), new RGB(27, 194, 130), new RGB(0, 104, 183)
70 public RGB getCommitterRGB(String committer) { in getCommitterRGB()
71 RGB rgb= (RGB) fColors.get(committer); in getCommitterRGB()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/util/
H A DPHPColorProvider.java31 public static final RGB TAG = new RGB(255, 0, 128);
33 public static final RGB KEYWORD = new RGB(127, 0, 85);
35 public static final RGB VARIABLE = new RGB(127, 159, 191);
39 public static final RGB STRING_DQ = new RGB(42, 0, 255);
41 public static final RGB STRING_SQ = new RGB(42, 0, 255);
43 public static final RGB DEFAULT = new RGB(0, 0, 0);
45 public static final RGB TYPE = new RGB(127, 0, 85);
47 public static final RGB CONSTANT = new RGB(127, 0, 85);
49 public static final RGB BACKGROUND = new RGB(255, 255, 255);
56 public static final RGB PHPDOC_TAG = new RGB(63, 127, 95);
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/
H A DIPDEColorConstants.java19 RGB XML_COMMENT = new RGB(128, 0, 0);
20 RGB PROC_INSTR = new RGB(128, 128, 128);
21 RGB STRING = new RGB(0, 128, 0);
22 RGB EXTERNALIZED_STRING = new RGB(128, 0, 128);
23 RGB DEFAULT = new RGB(0, 0, 0);
25 RGB TAG = new RGB(0, 0, 128);
27 RGB HEADER_KEY = new RGB(128, 0, 0);
28 RGB HEADER_VALUE = new RGB(0, 0, 0);
30 RGB HEADER_ASSIGNMENT = new RGB(0, 0, 0);
32 RGB HEADER_OSGI = new RGB(128, 0, 0);
[all …]
/dports/biology/garlic/garlic-1.6/
H A Drainbow.script7RGB:FFFF/8888/8888 RGB:FFFF/0000/0000 RGB:8888/0000/0000 RGB:FFFF/9999/7777 RGB:FFFF/8888/0000 RGB
/dports/games/xnethack/xNetHack-xnh6.1/outdated/sys/wince/
H A Dmhcolor.c35 { -1, NULL, RGB(0, 0, 0) }
54 { "black", RGB(0x55, 0x55, 0x55) },
55 { "red", RGB(0xFF, 0x00, 0x00) },
58 { "blue", RGB(0x00, 0x00, 0xFF) },
60 { "cyan", RGB(0x00, 0xFF, 0xFF) },
70 { "gray", RGB(0x80, 0x80, 0x80) },
71 { "grey", RGB(0x80, 0x80, 0x80) },
78 { "navy", RGB(0x00, 0x00, 0x80) },
81 { "", RGB(0x00, 0x00, 0x00) },
174 return RGB(0, 0, 0); in mswin_get_color()
[all …]
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/sys/wince/
H A Dmhcolor.c35 { -1, NULL, RGB(0, 0, 0) }
54 { "black", RGB(0x55, 0x55, 0x55) },
55 { "red", RGB(0xFF, 0x00, 0x00) },
58 { "blue", RGB(0x00, 0x00, 0xFF) },
60 { "cyan", RGB(0x00, 0xFF, 0xFF) },
70 { "gray", RGB(0x80, 0x80, 0x80) },
71 { "grey", RGB(0x80, 0x80, 0x80) },
78 { "navy", RGB(0x00, 0x00, 0x80) },
81 { "", RGB(0x00, 0x00, 0x00) },
174 return RGB(0, 0, 0); in mswin_get_color()
[all …]
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/sys/wince/
H A Dmhcolor.c35 { -1, NULL, RGB(0, 0, 0) }
54 { "black", RGB(0x55, 0x55, 0x55) },
55 { "red", RGB(0xFF, 0x00, 0x00) },
58 { "blue", RGB(0x00, 0x00, 0xFF) },
60 { "cyan", RGB(0x00, 0xFF, 0xFF) },
70 { "gray", RGB(0x80, 0x80, 0x80) },
71 { "grey", RGB(0x80, 0x80, 0x80) },
78 { "navy", RGB(0x00, 0x00, 0x80) },
81 { "", RGB(0x00, 0x00, 0x00) },
174 return RGB(0, 0, 0); in mswin_get_color()
[all …]
/dports/games/nethack34-nox11/nethack-3.4.3/sys/wince/
H A Dmhcolor.c35 { -1, NULL, RGB(0, 0, 0) }
54 { "black", RGB(0x55, 0x55, 0x55)},
55 { "red", RGB(0xFF, 0x00, 0x00)},
57 { "brown", RGB(0xA5, 0x2A, 0x2A)},
58 { "blue", RGB(0x00, 0x00, 0xFF)},
60 { "cyan", RGB(0x00, 0xFF, 0xFF)},
70 { "gray", RGB(0x80, 0x80, 0x80)},
71 { "grey", RGB(0x80, 0x80, 0x80)},
81 { "", RGB(0x00, 0x00, 0x00)},
171 return RGB(0, 0, 0); in mswin_get_color()
[all …]
/dports/games/nethack34/nethack-3.4.3/sys/wince/
H A Dmhcolor.c35 { -1, NULL, RGB(0, 0, 0) }
54 { "black", RGB(0x55, 0x55, 0x55)},
55 { "red", RGB(0xFF, 0x00, 0x00)},
57 { "brown", RGB(0xA5, 0x2A, 0x2A)},
58 { "blue", RGB(0x00, 0x00, 0xFF)},
60 { "cyan", RGB(0x00, 0xFF, 0xFF)},
70 { "gray", RGB(0x80, 0x80, 0x80)},
71 { "grey", RGB(0x80, 0x80, 0x80)},
81 { "", RGB(0x00, 0x00, 0x00)},
171 return RGB(0, 0, 0); in mswin_get_color()
[all …]

12345678910>>...317