|
static void | PyRgba_dealloc (PyRgba *self) |
|
static PyObject * | PyRgba_new (PyTypeObject *type, PyObject *args, PyObject *kwds) |
|
static int | PyRgba_init (PyRgba *self, PyObject *args, PyObject *kwds) |
|
static PyRgba * | createEmptyPyRgba () |
|
static bool | checkPyRgba (int number, PyObject *rgba1=NULL, PyObject *rgba2=NULL, PyObject *rgba3=NULL) |
|
static PyObject * | PyRgba_name (PyRgba *self) |
|
static PyObject * | PyRgba_repr (PyRgba *self) |
|
static PyObject * | PyRgba_toGray (PyRgba *self) |
|
static PyObject * | PyRgba_toColor (PyRgba *self) |
|
static PyObject * | PyRgba_RichCompare (PyRgba *self, PyObject *other, int cmp_op) |
|
static PyObject * | PyRgba_getValue (PyRgba *self, void *closure) |
|
static int | PyRgba_setValue (PyRgba *self, PyObject *value, void *closure) |
|
static PyObject * | PyRgba_Reduce (PyRgba *self, PyObject *args) |
|
static PyObject * | PyRgba_SetState (PyRgba *self, PyObject *args) |
|
static PyObject * | PyRgba_nbAdd (PyObject *o1, PyObject *o2) |
|
static PyObject * | PyRgba_nbSubtract (PyObject *o1, PyObject *o2) |
|
static PyObject * | PyRgba_nbMultiply (PyObject *o1, PyObject *o2) |
|
static PyObject * | PyRgba_nbPositive (PyObject *o1) |
|
static PyObject * | PyRgba_nbAbsolute (PyObject *o1) |
|
static PyObject * | PyRgba_nbInvert (PyObject *o1) |
|
static PyObject * | PyRgba_nbLshift (PyObject *o1, PyObject *o2) |
|
static PyObject * | PyRgba_nbRshift (PyObject *o1, PyObject *o2) |
|
static PyObject * | PyRgba_nbAnd (PyObject *o1, PyObject *o2) |
|
static PyObject * | PyRgba_nbXor (PyObject *o1, PyObject *o2) |
|
static PyObject * | PyRgba_nbOr (PyObject *o1, PyObject *o2) |
|
static PyObject * | PyRgba_nbInplaceAdd (PyObject *o1, PyObject *o2) |
|
static PyObject * | PyRgba_nbInplaceSubtract (PyObject *o1, PyObject *o2) |
|
static PyObject * | PyRgba_nbInplaceMultiply (PyObject *o1, PyObject *o2) |
|
static PyObject * | PyRgba_nbInplaceLshift (PyObject *o1, PyObject *o2) |
|
static PyObject * | PyRgba_nbInplaceRshift (PyObject *o1, PyObject *o2) |
|
static PyObject * | PyRgba_nbInplaceAnd (PyObject *o1, PyObject *o2) |
|
static PyObject * | PyRgba_nbInplaceXor (PyObject *o1, PyObject *o2) |
|
static PyObject * | PyRgba_nbInplaceOr (PyObject *o1, PyObject *o2) |
|