|
Blender V4.3
|
#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 2710 of file DNA_modifier_types.h.
| void* GreasePencilTintModifierData::_pad |
Definition at line 2728 of file DNA_modifier_types.h.
| float GreasePencilTintModifierData::color[3] |
Simple tint color.
Definition at line 2723 of file DNA_modifier_types.h.
Referenced by blender::apply_uniform_tint().
| char GreasePencilTintModifierData::color_mode |
GreasePencilModifierColorMode
Definition at line 2716 of file DNA_modifier_types.h.
| struct ColorBand* GreasePencilTintModifierData::color_ramp |
Color ramp for the gradient.
Definition at line 2727 of file DNA_modifier_types.h.
Referenced by blender::apply_gradient_tint().
| float GreasePencilTintModifierData::factor |
Definition at line 2719 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 |
GreasePencilTintModifierFlag
Definition at line 2714 of file DNA_modifier_types.h.
Referenced by blender::modify_fill_color(), and blender::modify_stroke_color().
| GreasePencilModifierInfluenceData GreasePencilTintModifierData::influence |
Definition at line 2712 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 2711 of file DNA_modifier_types.h.
| struct Object* GreasePencilTintModifierData::object |
Object for gradient direction.
Definition at line 2725 of file DNA_modifier_types.h.
Referenced by blender::is_disabled(), blender::modify_fill_color(), and blender::modify_stroke_color().
| float GreasePencilTintModifierData::radius |
Influence distance from the gradient object.
Definition at line 2721 of file DNA_modifier_types.h.
Referenced by blender::apply_gradient_tint().
| char GreasePencilTintModifierData::tint_mode |
GreasePencilTintModifierMode
Definition at line 2718 of file DNA_modifier_types.h.
Referenced by blender::modify_fill_color(), and blender::modify_stroke_color().