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

#include <DNA_shader_fx_types.h>

Public Attributes

ShaderFxData shaderfx
 
float glow_color [4]
 
float select_color [3]
 
float threshold
 
int flag
 
int mode
 
float blur [2]
 
int samples
 
float rotation
 
int blend_mode
 
char _pad [4]
 
ShaderFxData_Runtime runtime
 

Detailed Description

Definition at line 128 of file DNA_shader_fx_types.h.

Member Data Documentation

◆ _pad

char GlowShaderFxData::_pad[4]

Definition at line 142 of file DNA_shader_fx_types.h.

◆ blend_mode

int GlowShaderFxData::blend_mode

Blend modes.

Definition at line 141 of file DNA_shader_fx_types.h.

Referenced by gpencil_vfx_glow().

◆ blur

float GlowShaderFxData::blur[2]

Definition at line 136 of file DNA_shader_fx_types.h.

Referenced by blo_do_versions_280(), gpencil_vfx_glow(), and initData().

◆ flag

int GlowShaderFxData::flag

Flags.

Definition at line 134 of file DNA_shader_fx_types.h.

Referenced by gpencil_vfx_glow().

◆ glow_color

float GlowShaderFxData::glow_color[4]

Definition at line 130 of file DNA_shader_fx_types.h.

Referenced by blo_do_versions_280(), gpencil_vfx_glow(), and initData().

◆ mode

int GlowShaderFxData::mode

Definition at line 135 of file DNA_shader_fx_types.h.

Referenced by gpencil_vfx_glow().

◆ rotation

float GlowShaderFxData::rotation

Rotation of effect.

Definition at line 139 of file DNA_shader_fx_types.h.

Referenced by gpencil_vfx_glow().

◆ runtime

ShaderFxData_Runtime GlowShaderFxData::runtime

Definition at line 144 of file DNA_shader_fx_types.h.

◆ samples

int GlowShaderFxData::samples

Definition at line 137 of file DNA_shader_fx_types.h.

Referenced by gpencil_vfx_glow(), and initData().

◆ select_color

float GlowShaderFxData::select_color[3]

Definition at line 131 of file DNA_shader_fx_types.h.

Referenced by blo_do_versions_280(), gpencil_vfx_glow(), and initData().

◆ shaderfx

ShaderFxData GlowShaderFxData::shaderfx

Definition at line 129 of file DNA_shader_fx_types.h.

◆ threshold

float GlowShaderFxData::threshold

Definition at line 132 of file DNA_shader_fx_types.h.

Referenced by gpencil_vfx_glow(), and initData().


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