Searched refs:green (Results 1 - 20 of 20) sorted by relevance

/seL4-refos-master/libs/libutils/include/utils/
H A Dcolour.h23 uint8_t green; member in struct:colour_rgb24::__anon646
29 static inline colour_rgb24_t colour_rgb24_create(uint8_t red, uint8_t green, uint8_t blue) { argument
33 .green = green,
/seL4-refos-master/projects/util_libs/libutils/include/utils/
H A Dcolour.h23 uint8_t green; member in struct:colour_rgb24::__anon1005
29 static inline colour_rgb24_t colour_rgb24_create(uint8_t red, uint8_t green, uint8_t blue) { argument
33 .green = green,
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dmttypriv.h24 #define TA_TO_RGB(ta,rgb) (((rgb).red=(((ta)>>16)&0xff)*257),((rgb).green=(((ta)>>8)&0xff)*257),\
H A Dxwindowp.h46 Pixel green; member in struct:__anon730
H A Dmactty.h45 #undef green macro
134 (((long)((r).green>>8)&0xff)<<8)+((long)((r).blue>>8)&0xff))
H A Dmacwin.h8 #undef green macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dmttypriv.h24 #define TA_TO_RGB(ta,rgb) (((rgb).red=(((ta)>>16)&0xff)*257),((rgb).green=(((ta)>>8)&0xff)*257),\
H A Dxwindowp.h46 Pixel green; member in struct:__anon52
H A Dmactty.h45 #undef green macro
134 (((long)((r).green>>8)&0xff)<<8)+((long)((r).blue>>8)&0xff))
H A Dmacwin.h8 #undef green macro
/seL4-refos-master/projects/refos/impl/apps/console_server/src/
H A Dega_vterm.c53 { 0, 224, 0 }, // green
61 { 64, 255, 64 }, // green
91 g == vtermANSIColors[i].green &&
102 return vterm_internal_rgb_to_vterm_colour_index(col.red, col.green, col.blue);
/seL4-refos-master/apps/console_server/src/
H A Dega_vterm.c53 { 0, 224, 0 }, // green
61 { 64, 255, 64 }, // green
91 g == vtermANSIColors[i].green &&
102 return vterm_internal_rgb_to_vterm_colour_index(col.red, col.green, col.blue);
/seL4-refos-master/libs/libvterm/src/
H A Dpen.c9 { 0, 224, 0 }, // green
19 { 64, 255, 64 }, // green
53 col->green = CSI_ARG(args[1]);
70 col->green = ramp6[index/6 % 6];
78 col->green = ramp24[index];
H A Dstate.c65 state->default_fg.red = state->default_fg.green = state->default_fg.blue = 240;
66 state->default_bg.red = state->default_bg.green = state->default_bg.blue = 0;
/seL4-refos-master/projects/refos/impl/libs/libvterm/src/
H A Dpen.c9 { 0, 224, 0 }, // green
19 { 64, 255, 64 }, // green
53 col->green = CSI_ARG(args[1]);
70 col->green = ramp6[index/6 % 6];
78 col->green = ramp24[index];
H A Dstate.c65 state->default_fg.red = state->default_fg.green = state->default_fg.blue = 240;
66 state->default_bg.red = state->default_bg.green = state->default_bg.blue = 0;
/seL4-refos-master/libs/libvterm/include/vterm/
H A Dvterm.h79 uint8_t red, green, blue; member in struct:__anon651
/seL4-refos-master/projects/refos/impl/libs/libvterm/include/vterm/
H A Dvterm.h79 uint8_t red, green, blue; member in struct:__anon753
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex2847 The order of colors is red, green, brown, blue, magenta, cyan,
2848 bright.white, bright.red, bright.green, yellow, bright.blue,
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex2847 The order of colors is red, green, brown, blue, magenta, cyan,
2848 bright.white, bright.red, bright.green, yellow, bright.blue,

Completed in 116 milliseconds