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

/ast/src/lib/libtk/generic/
H A DtkImgPhoto.c117 * BLACK_AND_WHITE: 1 means only black and white colors are
1607 XColor *white, *black;
1736 * Make a GC with background = black and foreground = white.
1740 black = Tk_GetColor(masterPtr->interp, tkwin, "black");
1743 gcValues.background = (black != NULL)? black->pixel:
3863 * quantization is simpler (we only have black = 0
1600 XColor *white, *black; local

Completed in 2547 milliseconds