Blender  V3.3
Public Attributes | List of all members
GlowVars Struct Reference

#include <DNA_sequence_types.h>

Public Attributes

float fMini
 
float fClamp
 
float fBoost
 
float dDist
 
int dQuality
 
int bNoComp
 

Detailed Description

Definition at line 331 of file DNA_sequence_types.h.

Member Data Documentation

◆ bNoComp

int GlowVars::bNoComp

SHOW/HIDE glow buffer.

Definition at line 341 of file DNA_sequence_types.h.

Referenced by do_glow_effect_byte(), do_glow_effect_float(), and init_glow_effect().

◆ dDist

float GlowVars::dDist

Radius of glow blurring.

Definition at line 338 of file DNA_sequence_types.h.

Referenced by do_glow_effect_byte(), do_glow_effect_float(), and init_glow_effect().

◆ dQuality

int GlowVars::dQuality

◆ fBoost

float GlowVars::fBoost

Amount to multiply glow intensity.

Definition at line 336 of file DNA_sequence_types.h.

Referenced by do_glow_effect_byte(), do_glow_effect_float(), and init_glow_effect().

◆ fClamp

float GlowVars::fClamp

◆ fMini

float GlowVars::fMini

Minimum intensity to trigger a glow.

Definition at line 333 of file DNA_sequence_types.h.

Referenced by do_glow_effect_byte(), do_glow_effect_float(), and init_glow_effect().


The documentation for this struct was generated from the following file: