Package bpy :: Module types :: Class CompositorNodeGlare
[hide private]
[frames] | no frames]

Class CompositorNodeGlare


The Glare Object

(no references to this struct found)

Instance Variables [hide private]
float in [0, 180] angle_offset
Streak angle offset in degrees
float in [0, 1] color_modulation
Amount of Color Modulation, modulates colors of streaks and ghosts for a spectral dispersion effect
float in [0.75, 1] fade
Streak fade-out factor
enum glare_type
Glare Type in...
Collection of NodeSocket (readonly) inputs
Inputs (Inherited from bpy.types.Node)
int in [2, 5] iterations
Iterations
float array of 2 items in [-10000, 10000] location
Location (Inherited from bpy.types.Node)
float in [-1, 1] mix
-1 is original image only, 0 is exact 50/50 mix, 1 is processed image only
string name
Node name. (Inherited from bpy.types.Node)
Collection of NodeSocket (readonly) outputs
Outputs (Inherited from bpy.types.Node)
enum quality
If not set to high quality, the effect will be applied to a low-res copy of the source image in...
boolean rotate_45
Simple star filter: add 45 degree rotation offset
int in [6, 9] size
Glow/glare size (not actual size; relative to initial size of bright area of pixels)
int in [2, 16] streaks
Total number of streaks
float in [0, 1000] threshold
The glare filter will only be applied to pixels brighter than this value
enum (readonly) type
Type in... (Inherited from bpy.types.CompositorNode)
Instance Variable Details [hide private]

glare_type

Glare Type in...
  • GHOSTS
  • STREAKS
  • FOG_GLOW
  • SIMPLE_STAR
Type:
enum

quality

If not set to high quality, the effect will be applied to a low-res copy of the source image in...
  • HIGH
  • MEDIUM
  • LOW
Type:
enum