Blender V2.61 - r43446
|
#include <DNA_color_types.h>
Public Attributes | |
float | x |
float | y |
short | flag |
short | shorty |
Definition at line 44 of file DNA_color_types.h.
short CurveMapPoint::flag |
Definition at line 46 of file DNA_color_types.h.
Referenced by curvemap_insert(), curvemap_remove(), curvemap_reset(), curvemap_sethandle(), and curvemapping_changed().
short CurveMapPoint::shorty |
Definition at line 46 of file DNA_color_types.h.
Referenced by curvemap_insert().
float CurveMapPoint::x |
Definition at line 45 of file DNA_color_types.h.
Referenced by curvemap_evaluateF(), curvemap_insert(), curvemap_make_table(), curvemap_reset(), curvemapping_add(), curvemapping_changed(), curvemapping_RGBA_does_something(), scopes_update(), sort_curvepoints(), and ui_draw_but_CURVE().
float CurveMapPoint::y |
Definition at line 45 of file DNA_color_types.h.
Referenced by curvemap_evaluateF(), curvemap_insert(), curvemap_make_table(), curvemap_reset(), curvemapping_add(), curvemapping_changed(), curvemapping_premultiply(), curvemapping_RGBA_does_something(), curvemapping_table_RGBA(), scopes_update(), and ui_draw_but_CURVE().