Lines Matching defs:grays
80 static char graysName[] = "grays";
174 int reds, int greens, int blues, int grays,
212 if (grays <= 1) grayRamp->red_max = 0;
213 else grayRamp->red_max = grays - 1;
680 and 2 (black and white) for grays. This covers StaticGray, StaticColor,
711 *grays: 2\n\
713 *GrayScale.4.grays: 9\n\
714 *GrayScale.8.grays: 17\n\
719 *PseudoColor.4.grays: 2\n\
723 *PseudoColor.8.grays: 9\n\
727 *PseudoColor.12.grays: 17\n\
732 *DirectColor.8.grays: 4\n\
736 *DirectColor.12.grays: 6\n\
740 *DirectColor.24.grays: 7\n\
745 *TrueColor.12.grays: 16\n\
749 *TrueColor.24.grays: 256\n\
836 if (strcmp(rtnValue.addr, "0") == 0 && strcmp(color, "grays") != 0) {