|
Blender V4.5
|
#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 2646 of file DNA_modifier_types.h.
| void* GreasePencilTintModifierData::_pad |
Definition at line 2664 of file DNA_modifier_types.h.
| float GreasePencilTintModifierData::color[3] |
Simple tint color.
Definition at line 2659 of file DNA_modifier_types.h.
Referenced by blender::apply_uniform_tint().
| char GreasePencilTintModifierData::color_mode |
Definition at line 2652 of file DNA_modifier_types.h.
| struct ColorBand* GreasePencilTintModifierData::color_ramp |
Color ramp for the gradient.
Definition at line 2663 of file DNA_modifier_types.h.
Referenced by blender::apply_gradient_tint().
| float GreasePencilTintModifierData::factor |
Definition at line 2655 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 2650 of file DNA_modifier_types.h.
Referenced by blender::modify_fill_color(), and blender::modify_stroke_color().
| GreasePencilModifierInfluenceData GreasePencilTintModifierData::influence |
Definition at line 2648 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 2647 of file DNA_modifier_types.h.
| struct Object* GreasePencilTintModifierData::object |
Object for gradient direction.
Definition at line 2661 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 2657 of file DNA_modifier_types.h.
Referenced by blender::apply_gradient_tint().
| char GreasePencilTintModifierData::tint_mode |
Definition at line 2654 of file DNA_modifier_types.h.
Referenced by blender::modify_fill_color(), and blender::modify_stroke_color().