Searched defs:green (Results 1 - 2 of 2) sorted by relevance
/ast/src/lib/libtk/generic/ |
H A D | tkColor.c | 80 int red, green, blue; /* Values for desired color. */ member in struct:__anon392 137 * indicates the red, blue, and green intensities for the color 253 * Given a desired set of red-green-blue intensities for a color, 259 * indicates the closest red, blue, and green intensities available 275 XColor *colorPtr; /* Red, green, and blue fields indicate 294 valueKey.green = colorPtr->green; 312 tkColPtr->color.green = valueKey.green; 366 sprintf(string, "#%04x%04x%04x", colorPtr->red, colorPtr->green, [all...] |
H A D | tkCanvPs.c | 573 double red, green, blue; 612 tmp = colorPtr->green; 613 green = ((double) (tmp >> 8))/255.0; 617 red, green, blue); 571 double red, green, blue; local
|
Completed in 14 milliseconds