| DirectFB Reference Manual | ||
| |||
Set the window color key.
| SetColorKey ( | ||||
| IDirectFBWindow | * | thiz, | ||
| __u8 | r, | |||
| __u8 | g, | |||
| __u8 | b | |||
| ); | ||||
If a pixel of the window matches this color the underlying window or the background is visible at this point.
| (C) Copyright by convergence GmbH |
|