CompositorNodeGlare(CompositorNode)

base classes — bpy_struct, Node, CompositorNode

class bpy.types.CompositorNodeGlare(CompositorNode)
angle_offset

Streak angle offset in degrees

Type :int in [0, 180], default 0
color_modulation

Amount of Color Modulation, modulates colors of streaks and ghosts for a spectral dispersion effect

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

Streak fade-out factor

Type :float in [0.75, 1], default 0.0
glare_type
Type :enum in [‘GHOSTS’, ‘STREAKS’, ‘FOG_GLOW’, ‘SIMPLE_STAR’], default ‘SIMPLE_STAR’
iterations
Type :int in [2, 5], default 0
mix

-1 is original image only, 0 is exact 50/50 mix, 1 is processed image only

Type :float in [-1, 1], default 0.0
quality

If not set to high quality, the effect will be applied to a low-res copy of the source image

Type :enum in [‘HIGH’, ‘MEDIUM’, ‘LOW’], default ‘HIGH’
size

Glow/glare size (not actual size; relative to initial size of bright area of pixels)

Type :int in [6, 9], default 0
streaks

Total number of streaks

Type :int in [2, 16], default 0
threshold

The glare filter will only be applied to pixels brighter than this value

Type :float in [0, 1000], default 0.0
use_rotate_45

Simple star filter: add 45 degree rotation offset

Type :boolean, default False

Inherited Properties

Inherited Functions

Previous topic

CompositorNodeGamma(CompositorNode)

Next topic

CompositorNodeHueCorrect(CompositorNode)