|
Blender V5.0
|
#include <DNA_modifier_types.h>
Public Attributes | |
| ModifierData | modifier |
| GreasePencilModifierInfluenceData | influence |
| short | flag |
| char | color_mode |
| char | tint_mode |
| float | factor |
| float | radius |
| float | color [3] |
| struct Object * | object |
| struct ColorBand * | color_ramp |
| void * | _pad |
Definition at line 2756 of file DNA_modifier_types.h.
| void* GreasePencilTintModifierData::_pad |
Definition at line 2774 of file DNA_modifier_types.h.
| float GreasePencilTintModifierData::color[3] |
Simple tint color.
Definition at line 2769 of file DNA_modifier_types.h.
Referenced by blender::apply_uniform_tint().
| char GreasePencilTintModifierData::color_mode |
Definition at line 2762 of file DNA_modifier_types.h.
| struct ColorBand* GreasePencilTintModifierData::color_ramp |
Color ramp for the gradient.
Definition at line 2773 of file DNA_modifier_types.h.
Referenced by blender::apply_gradient_tint().
| float GreasePencilTintModifierData::factor |
Definition at line 2765 of file DNA_modifier_types.h.
Referenced by blender::apply_gradient_tint(), blender::modify_fill_color(), blender::modify_opacity(), and blender::modify_stroke_color().
| short GreasePencilTintModifierData::flag |
Definition at line 2760 of file DNA_modifier_types.h.
Referenced by blender::modify_fill_color(), and blender::modify_stroke_color().
| GreasePencilModifierInfluenceData GreasePencilTintModifierData::influence |
Definition at line 2758 of file DNA_modifier_types.h.
Referenced by influence_data_from_modifier(), blender::modify_fill_color(), and blender::modify_stroke_color().
| ModifierData GreasePencilTintModifierData::modifier |
Definition at line 2757 of file DNA_modifier_types.h.
| struct Object* GreasePencilTintModifierData::object |
Object for gradient direction.
Definition at line 2771 of file DNA_modifier_types.h.
Referenced by blender::modify_fill_color(), and blender::modify_stroke_color().
| float GreasePencilTintModifierData::radius |
Influence distance from the gradient object.
Definition at line 2767 of file DNA_modifier_types.h.
Referenced by blender::apply_gradient_tint().
| char GreasePencilTintModifierData::tint_mode |
Definition at line 2764 of file DNA_modifier_types.h.
Referenced by blender::modify_fill_color(), and blender::modify_stroke_color().