Blender V2.61 - r43446
|
#include <DNA_texture_types.h>
Public Attributes | |
float | r |
float | g |
float | b |
float | a |
float | pos |
int | cur |
Definition at line 131 of file DNA_texture_types.h.
float CBData::a |
Definition at line 132 of file DNA_texture_types.h.
Referenced by colorband_element_add(), do_colorband(), dynamicPaint_createType(), and init_colorband().
float CBData::b |
Definition at line 132 of file DNA_texture_types.h.
Referenced by colorband_element_add(), do_colorband(), dynamicPaint_createType(), and init_colorband().
int CBData::cur |
Definition at line 133 of file DNA_texture_types.h.
Referenced by colorband_element_add(), and ui_colorband_update().
float CBData::g |
Definition at line 132 of file DNA_texture_types.h.
Referenced by colorband_element_add(), do_colorband(), dynamicPaint_createType(), and init_colorband().
float CBData::pos |
Definition at line 132 of file DNA_texture_types.h.
Referenced by colorband_add_cb(), colorband_element_add(), colorband_flip_cb(), do_colorband(), dynamicPaint_createType(), init_colorband(), ui_do_but_COLORBAND(), ui_draw_but_COLORBAND(), ui_numedit_but_COLORBAND(), verg_colorband(), and vergcband().
float CBData::r |
Definition at line 132 of file DNA_texture_types.h.
Referenced by colorband_element_add(), do_colorband(), do_versions(), dynamicPaint_createType(), init_colorband(), and ui_draw_but_COLORBAND().