Blender V2.61 - r43446
|
#include <DNA_color_types.h>
Public Attributes | |
short | totpoint |
short | flag |
float | range |
float | mintable |
float | maxtable |
float | ext_in [2] |
float | ext_out [2] |
CurveMapPoint * | curve |
CurveMapPoint * | table |
CurveMapPoint * | premultable |
Definition at line 53 of file DNA_color_types.h.
Definition at line 59 of file DNA_color_types.h.
Referenced by curvemap_buttons_layout(), curvemap_insert(), curvemap_make_table(), curvemap_remove(), curvemap_reset(), curvemap_sethandle(), curvemapping_add(), curvemapping_changed(), curvemapping_copy(), curvemapping_free(), curvemapping_RGBA_does_something(), direct_link_curvemapping(), ui_draw_but_CURVE(), and write_curvemapping().
float CurveMap::ext_in[2] |
Definition at line 58 of file DNA_color_types.h.
Referenced by curvemap_calc_extend(), curvemap_make_table(), and ui_draw_but_CURVE().
float CurveMap::ext_out[2] |
Definition at line 58 of file DNA_color_types.h.
Referenced by curvemap_calc_extend(), curvemap_make_table(), and ui_draw_but_CURVE().
short CurveMap::flag |
Definition at line 54 of file DNA_color_types.h.
Referenced by BKE_add_pointdensity(), brush_curve_preset(), curvemap_calc_extend(), curvemap_tools_dofunc(), curvemapping_add(), do_versions(), and ui_draw_but_CURVE().
float CurveMap::maxtable |
Definition at line 57 of file DNA_color_types.h.
Referenced by curvemap_make_table().
float CurveMap::mintable |
Definition at line 57 of file DNA_color_types.h.
Referenced by curvemap_evaluateF(), and curvemap_make_table().
Definition at line 61 of file DNA_color_types.h.
Referenced by curvemapping_copy(), curvemapping_free(), curvemapping_premultiply(), and direct_link_curvemapping().
float CurveMap::range |
Definition at line 56 of file DNA_color_types.h.
Referenced by curvemap_evaluateF(), and curvemap_make_table().
Definition at line 60 of file DNA_color_types.h.
Referenced by curvemap_evaluateF(), curvemap_make_table(), curvemap_reset(), curvemapping_copy(), curvemapping_evaluateF(), curvemapping_free(), curvemapping_initialize(), curvemapping_premultiply(), curvemapping_table_RGBA(), direct_link_curvemapping(), and ui_draw_but_CURVE().
short CurveMap::totpoint |
Definition at line 54 of file DNA_color_types.h.
Referenced by curvemap_insert(), curvemap_make_table(), curvemap_remove(), curvemap_reset(), curvemap_sethandle(), curvemapping_add(), curvemapping_changed(), curvemapping_RGBA_does_something(), ui_draw_but_CURVE(), and write_curvemapping().