Searched refs:RGB (Results 1 – 18 of 18) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | highlight.c | 2242 # undef RGB 2244 # ifndef RGB 2245 # define RGB(r, g, b) ((r<<16) | (g<<8) | (b)) macro 2363 {(char_u *)"black", RGB(0x00, 0x00, 0x00)}, in gui_get_color_cmn() 2364 {(char_u *)"blue", RGB(0x00, 0x00, 0xFF)}, in gui_get_color_cmn() 2365 {(char_u *)"brown", RGB(0xA5, 0x2A, 0x2A)}, in gui_get_color_cmn() 2366 {(char_u *)"cyan", RGB(0x00, 0xFF, 0xFF)}, in gui_get_color_cmn() 2375 {(char_u *)"gray", RGB(0xBE, 0xBE, 0xBE)}, in gui_get_color_cmn() 2377 {(char_u *)"grey", RGB(0xBE, 0xBE, 0xBE)}, in gui_get_color_cmn() 2390 {(char_u *)"red", RGB(0xFF, 0x00, 0x00)}, in gui_get_color_cmn() [all …]
|
| H A D | gui_haiku.cc | 553 #define RGB(r, g, b) ((char_u)(r) << 16 | (char_u)(g) << 8 | (char_u)(b) << 0) macro 3331 gui.def_norm_pixel = RGB(0x00, 0x00, 0x00); // black in gui_mch_init() 3332 gui.def_back_pixel = RGB(0xFF, 0xFF, 0xFF); // white in gui_mch_init()
|
| H A D | gui_photon.c | 37 #define RGB(r, g, b) PgRGB(r, g, b) macro
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | xpm.vim | 79 " Vim cannot handle RGB codes with more than 6 hex digits
|
| H A D | xpm2.vim | 86 " Vim cannot handle RGB codes with more than 6 hex digits
|
| H A D | aspvbs.vim | 86 syn keyword AspVBSFunction contained Oct Replace RGB Right Rnd Round RTrim
|
| H A D | freebasic.vim | 79 syn keyword freebasicGraphics PRESET PSET PUT RGB RGBA SCREEN SCREENCOPY SCREENINFO SCREENLIST
|
| H A D | ishd.vim | 330 syn keyword ishdFunction ReplaceFolderIcon RGB RegDBConnectRegistry
|
| H A D | vb.vim | 129 syn keyword vbFunction QBColor RGB RTrim Rate Replace Right RightB Rnd
|
| H A D | gnuplot.vim | 348 syn keyword gnuplotKeyword model RGB HSV CMY YIQ XYZ positive negative
|
| H A D | hollywood.vim | 116 …lot Poke PolarDistortBrush PollSerialQueue Polygon Pow Print QuantizeBrush RGB RGBArrayToBrush Rad…
|
| H A D | 2html.vim | 208 " terminal return RGB values of known colors and empty string for unknown
|
| /vim-8.2.3635/runtime/plugin/ |
| H A D | tohtml.vim | 163 " * Add way to override or specify which RGB colors map to the color numbers
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_highlight.vim | 790 " Test for using RGB color values in a highlight group
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version8.txt | 11112 Problem: Compiler warning for redefining RGB. (John Marriott) 11118 Solution: Use existing RGB macro if it exists. (Ken Takata) 15512 Problem: When using 'termguicolors' on MS-Windows the RGB definition causes 15514 Solution: Undefined RGB and use our own. (Gabriel Barta) 22886 Problem: Libvterm ANSI colors can not always be recognized from the RGB 25520 Solution: Avoid using sprintf() and XParseColor(), put the RGB values in 42208 Solution: Add another set of saved RGB values. (Nobuhiro Takasaki, 46125 between RGB and indexed. 46757 Solution: Only use the RGB guisp color for cterm when using the "underline"
|
| H A D | options.txt | 909 color from the terminal. If the returned RGB value is dark/light and
|
| H A D | version6.txt | 763 - Don't use color names in icons, use RGB values. The names could be
|
| /vim-8.2.3635/runtime/spell/ |
| H A D | README_en.txt | 1348 553) RGB
|