Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dhighlight.c2242 # 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 Dgui_haiku.cc553 #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 Dgui_photon.c37 #define RGB(r, g, b) PgRGB(r, g, b) macro
/vim-8.2.3635/runtime/syntax/
H A Dxpm.vim79 " Vim cannot handle RGB codes with more than 6 hex digits
H A Dxpm2.vim86 " Vim cannot handle RGB codes with more than 6 hex digits
H A Daspvbs.vim86 syn keyword AspVBSFunction contained Oct Replace RGB Right Rnd Round RTrim
H A Dfreebasic.vim79 syn keyword freebasicGraphics PRESET PSET PUT RGB RGBA SCREEN SCREENCOPY SCREENINFO SCREENLIST
H A Dishd.vim330 syn keyword ishdFunction ReplaceFolderIcon RGB RegDBConnectRegistry
H A Dvb.vim129 syn keyword vbFunction QBColor RGB RTrim Rate Replace Right RightB Rnd
H A Dgnuplot.vim348 syn keyword gnuplotKeyword model RGB HSV CMY YIQ XYZ positive negative
H A Dhollywood.vim116 …lot Poke PolarDistortBrush PollSerialQueue Polygon Pow Print QuantizeBrush RGB RGBArrayToBrush Rad…
H A D2html.vim208 " terminal return RGB values of known colors and empty string for unknown
/vim-8.2.3635/runtime/plugin/
H A Dtohtml.vim163 " * Add way to override or specify which RGB colors map to the color numbers
/vim-8.2.3635/src/testdir/
H A Dtest_highlight.vim790 " Test for using RGB color values in a highlight group
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt11112 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 Doptions.txt909 color from the terminal. If the returned RGB value is dark/light and
H A Dversion6.txt763 - Don't use color names in icons, use RGB values. The names could be
/vim-8.2.3635/runtime/spell/
H A DREADME_en.txt1348 553) RGB