LineStyleColorModifier_DistanceFromCamera(LineStyleColorModifier)

base classes — bpy_struct, LineStyleModifier, LineStyleColorModifier

class bpy.types.LineStyleColorModifier_DistanceFromCamera(LineStyleColorModifier)

Change line color based on the distance from the camera

blend

Specify how the modifier value is blended into the base value

Type:enum in [‘MIX’, ‘ADD’, ‘MULTIPLY’, ‘SUBTRACT’, ‘SCREEN’, ‘DIVIDE’, ‘DIFFERENCE’, ‘DARKEN’, ‘LIGHTEN’, ‘OVERLAY’, ‘DODGE’, ‘BURN’, ‘HUE’, ‘SATURATION’, ‘VALUE’, ‘COLOR’, ‘SOFT_LIGHT’, ‘LINEAR_LIGHT’], default ‘MIX’
color_ramp

Color ramp used to change line color

Type:ColorRamp, (readonly)
expanded

True if the modifier tab is expanded

Type:boolean, default False
influence

Influence factor by which the modifier changes the property

Type:float in [0, 1], default 0.0
name

Name of the modifier

Type:string, default “”, (never None)
range_max

Upper bound of the input range the mapping is applied

Type:float in [-inf, inf], default 0.0
range_min

Lower bound of the input range the mapping is applied

Type:float in [-inf, inf], default 0.0
type

Type of the modifier

Type:enum in [‘ALONG_STROKE’, ‘DISTANCE_FROM_CAMERA’, ‘DISTANCE_FROM_OBJECT’, ‘MATERIAL’], default ‘ALONG_STROKE’, (readonly)
use

Enable or disable this modifier during stroke rendering

Type:boolean, default False

Inherited Properties

Inherited Functions