Blender V4.3
GreasePencilTintModifierData Struct Reference

#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 Objectobject
 
struct ColorBandcolor_ramp
 
void * _pad
 

Detailed Description

Definition at line 2710 of file DNA_modifier_types.h.

Member Data Documentation

◆ _pad

void* GreasePencilTintModifierData::_pad

Definition at line 2728 of file DNA_modifier_types.h.

◆ color

float GreasePencilTintModifierData::color[3]

Simple tint color.

Definition at line 2723 of file DNA_modifier_types.h.

Referenced by blender::apply_uniform_tint().

◆ color_mode

char GreasePencilTintModifierData::color_mode

GreasePencilModifierColorMode

Definition at line 2716 of file DNA_modifier_types.h.

◆ color_ramp

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().

◆ factor

float GreasePencilTintModifierData::factor

◆ flag

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().

◆ influence

◆ modifier

ModifierData GreasePencilTintModifierData::modifier

Definition at line 2711 of file DNA_modifier_types.h.

◆ object

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().

◆ radius

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().

◆ tint_mode

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().


The documentation for this struct was generated from the following file: