| Trees | Indices | Help |
|
|---|
|
|
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| tuple of int |
|
||
| tuple of int |
|
||
| tuple of int |
|
||
| tuple of int |
|
||
| tuple of int |
|
||
|
|||
|
|||
| list of str |
|
||
| int |
|
||
|
|||
|
|||
__package__ = None
|
|||
__test__ =
|
|||
|
|||
Retrive the file descriptor used to poll for asynchronous events. If this is >= 0 it represents the file descriptor to poll in your main loop. When there is something to read you should call async_events_process().
Note: ecore.evas already does this for you, you just need this if you are not using ecore.evas. |
Process pending asynchronous events. You should monitor the file descriptor returned by async_events_fd_get() and call this function when there is something to read.
|
Convert color to pre-multiplied format.
Note: Evas works with pre-multiplied colors internally, so every color that comes from or goes to it must be in this format. |
Convert color to regular (no pre-multiplied) format.
Note: Evas works with pre-multiplied colors internally, so every color that comes from or goes to it must be in this format. |
Convert color from HSV to RGB format.
|
Converts a color description to (r, g, b, a) in pre-multiply form.
|
Convert color from RGB to HSV format.
|
|
|||
__test__
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Oct 17 18:29:24 2010 | http://epydoc.sourceforge.net |