Home
last modified time | relevance | path

Searched refs:gray_rgb (Results 1 – 5 of 5) sorted by relevance

/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/example/less-than-1k/set/blue/
H A Drun.sh19 ./gray_rgb.exe
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/example/less-than-1k/set/gray/
H A Drun.sh19 ./gray_rgb.exe
/dports/emulators/x48/x48-0.6.4_1/src/
H A Dx48_x11.h98 int gray_rgb; member
H A Dx48_x11.c718 colors[c].xcolor.red = colors[c].gray_rgb << 8; in AllocColors()
719 colors[c].xcolor.green = colors[c].gray_rgb << 8; in AllocColors()
720 colors[c].xcolor.blue = colors[c].gray_rgb << 8; in AllocColors()
823 colors[c].xcolor.red = colors[c].gray_rgb << 8; in AllocColors()
824 colors[c].xcolor.green = colors[c].gray_rgb << 8; in AllocColors()
825 colors[c].xcolor.blue = colors[c].gray_rgb << 8; in AllocColors()
892 gray = (0x13 - contrast) * (colors[LCD].gray_rgb / 0x10);
908 colors[PIXEL].gray_rgb = gray;
/dports/audio/snd/snd-21.2/
H A Dsnd-gxcolormaps.c352 #define gray_rgb NULL macro
1084 cmaps[GRAY_COLORMAP] = make_builtin_cmap(1, "gray", make_gray_colormap, gray_rgb); in g_init_gxcolormaps()