|
Blender V4.3
|
#include <DNA_shader_fx_types.h>
Public Attributes | |
| ShaderFxData | shaderfx |
| int | mode |
| float | low_color [4] |
| float | high_color [4] |
| float | factor |
| int | flag |
| char | _pad [4] |
| ShaderFxData_Runtime | runtime |
Definition at line 91 of file DNA_shader_fx_types.h.
| char ColorizeShaderFxData::_pad[4] |
Definition at line 99 of file DNA_shader_fx_types.h.
| float ColorizeShaderFxData::factor |
Definition at line 96 of file DNA_shader_fx_types.h.
Referenced by blo_do_versions_280(), gpencil_vfx_colorize(), and init_data().
| int ColorizeShaderFxData::flag |
Flags.
Definition at line 98 of file DNA_shader_fx_types.h.
| float ColorizeShaderFxData::high_color[4] |
Definition at line 95 of file DNA_shader_fx_types.h.
Referenced by blo_do_versions_280(), gpencil_vfx_colorize(), and init_data().
| float ColorizeShaderFxData::low_color[4] |
Definition at line 94 of file DNA_shader_fx_types.h.
Referenced by blo_do_versions_280(), gpencil_vfx_colorize(), and init_data().
| int ColorizeShaderFxData::mode |
Definition at line 93 of file DNA_shader_fx_types.h.
Referenced by blo_do_versions_280(), gpencil_vfx_colorize(), and init_data().
| ShaderFxData_Runtime ColorizeShaderFxData::runtime |
Definition at line 101 of file DNA_shader_fx_types.h.
| ShaderFxData ColorizeShaderFxData::shaderfx |
Definition at line 92 of file DNA_shader_fx_types.h.