ShaderFxGlow(ShaderFx)

base classes — bpy_struct, ShaderFx

class bpy.types.ShaderFxGlow(ShaderFx)

Glow effect

glow_color

Color used for generated glow

Type:float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
mode

Glow mode

Type:enum in [‘LUMINANCE’, ‘COLOR’], default ‘LUMINANCE’
radius

Number of pixels for blurring glow (set to 0 to disable)

Type:int in [0, 32767], default 0
samples

Number of Blur Samples

Type:int in [1, 32], default 4
select_color

Color selected to apply glow

Type:float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
threshold

Limit to select color for glow effect

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

Glow only areas with alpha

Type:boolean, default False
classmethod bl_rna_get_subclass(id, default=None)
Parameters:id (string) – The RNA type identifier.
Returns:The RNA type or default when not found.
Return type:bpy.types.Struct subclass
classmethod bl_rna_get_subclass_py(id, default=None)
Parameters:id (string) – The RNA type identifier.
Returns:The class or default when not found.
Return type:type

Inherited Properties

Inherited Functions