Go to the source code of this file.
Defines | |
| #define | INTENSITY(r, g, b) ((r) * 0.30 + (g) * 0.59 + (b) * 0.11) |
Functions | |
| static GdkPixbuf * | grayscale_pixbuf (GdkPixbuf *pixbuf) |
| int | main (int argc, char **argv) |
| #define INTENSITY | ( | r, | |||
| g, | |||||
| b | ) | ((r) * 0.30 + (g) * 0.59 + (b) * 0.11) |
Definition at line 27 of file metacity-grayscale.c.
Referenced by colorize_pixbuf(), and grayscale_pixbuf().
| static GdkPixbuf* grayscale_pixbuf | ( | GdkPixbuf * | pixbuf | ) | [static] |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
1.5.5