Searched defs:reds (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DdpsXcmu.c77 static char redsName[] = "reds";
174 int reds, int greens, int blues, int grays,
216 if (reds <= 1) colorCube->red_max = 0;
217 else colorCube->red_max = reds - 1;
696 for a gray ramp and we can get by with fewer blues than reds or greens.
708 *reds: 0\n\
716 *PseudoColor.4.reds: 2\n\
720 *PseudoColor.8.reds: 4\n\
724 *PseudoColor.12.reds: 6\n\
729 *DirectColor.8.reds
170 XDPSCreateStandardColormaps( Display *dpy, Drawable drawable, Visual *visual, int reds, int greens, int blues, int grays, XStandardColormap *colorCube, XStandardColormap *grayRamp, Bool retain) argument
[all...]

Completed in 37 milliseconds