Lines Matching defs:blue_max
68 unsigned long blue_max)
76 * red_max, green_max, blue_max - allocations
98 if (! valid_args(vinfo, red_max, green_max, blue_max, property)
122 stdcmap->blue_max = blue_max;
131 ? (green_max + 1) * (blue_max + 1) : 0;
132 stdcmap->green_mult = (green_max > 0) ? blue_max + 1 : 0;
133 stdcmap->blue_mult = (blue_max > 0) ? 1 : 0;
162 unsigned long blue_max, Atom property)
165 * red_max, green_max, blue_max - specifies alloc
189 if (blue_max > mask)
192 ncolors = red_max + green_max + blue_max + 1;
196 ncolors = (red_max + 1) * (green_max + 1) * (blue_max + 1);
206 if (red_max == 0 || green_max == 0 || blue_max == 0)
218 if (blue_max == 0)
222 if (red_max == 0 || green_max == 0 || blue_max == 0)
226 if (red_max == 0 || blue_max == 0 || green_max == 0)