Blender  V2.59
Classes | Defines | Functions | Variables
mathutils_Color.h File Reference

Go to the source code of this file.

Classes

struct  ColorObject

Defines

#define ColorObject_Check(_v)   PyObject_TypeCheck((_v), &color_Type)

Functions

PyObject * newColorObject (float *col, int type, PyTypeObject *base_type)
PyObject * newColorObject_cb (PyObject *cb_user, int cb_type, int cb_subtype)

Variables

PyTypeObject color_Type

Define Documentation

#define ColorObject_Check (   _v)    PyObject_TypeCheck((_v), &color_Type)

Function Documentation

PyObject* newColorObject ( float *  col,
int  type,
PyTypeObject *  base_type 
)
PyObject* newColorObject_cb ( PyObject *  cb_user,
int  cb_type,
int  cb_subtype 
)

Definition at line 858 of file mathutils_Color.c.

References newColorObject(), and Py_NEW.

Referenced by pyrna_math_object_from_array().


Variable Documentation

PyTypeObject color_Type

Definition at line 771 of file mathutils_Color.c.

Referenced by PyInit_mathutils().