Blender V2.61 - r43446
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 * Color_CreatePyObject (float *col, int type, PyTypeObject *base_type)
PyObject * Color_CreatePyObject_cb (PyObject *cb_user, int cb_type, int cb_subtype)

Variables

PyTypeObject color_Type

Detailed Description

Definition in file mathutils_Color.h.


Define Documentation

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

Function Documentation

PyObject* Color_CreatePyObject ( float *  col,
int  type,
PyTypeObject *  base_type 
)
PyObject* Color_CreatePyObject_cb ( PyObject *  cb_user,
int  cb_type,
int  cb_subtype 
)

Definition at line 888 of file mathutils_Color.c.

References Color_CreatePyObject(), and Py_NEW.

Referenced by pyrna_math_object_from_array().


Variable Documentation

PyTypeObject color_Type

Definition at line 801 of file mathutils_Color.c.

Referenced by PyInit_mathutils().