LineStyleColorModifier_Tangent(LineStyleColorModifier)¶
base classes — bpy_struct, LineStyleModifier, LineStyleColorModifier
- class bpy.types.LineStyleColorModifier_Tangent(LineStyleColorModifier)¶
Change line color based on the direction of a stroke
- blend¶
Specify how the modifier value is blended into the base value (default
'MIX')- Type:
Literal[Ramp Blend Items]
- expanded¶
True if the modifier tab is expanded (default False)
- Type:
bool
- influence¶
Influence factor by which the modifier changes the property (in [0, 1], default 0.0)
- Type:
float
- type¶
Type of the modifier (default
'ALONG_STROKE', readonly)- Type:
Literal[Linestyle Color Modifier Type Items]
- use¶
Enable or disable this modifier during stroke rendering (default False)
- Type:
bool
- classmethod bl_rna_get_subclass(id, default=None, /)¶
- Parameters:
id (str) – The RNA type identifier.
default (
bpy.types.Struct| None) – The value to return when not found.
- Returns:
The RNA type or default when not found.
- Return type: