|
Blender
V2.93
|
#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 107 of file DNA_shader_fx_types.h.
| char ColorizeShaderFxData::_pad[4] |
Definition at line 115 of file DNA_shader_fx_types.h.
| float ColorizeShaderFxData::factor |
Definition at line 112 of file DNA_shader_fx_types.h.
Referenced by blo_do_versions_280(), gpencil_vfx_colorize(), and initData().
| int ColorizeShaderFxData::flag |
Flags.
Definition at line 114 of file DNA_shader_fx_types.h.
| float ColorizeShaderFxData::high_color[4] |
Definition at line 111 of file DNA_shader_fx_types.h.
Referenced by blo_do_versions_280(), gpencil_vfx_colorize(), and initData().
| float ColorizeShaderFxData::low_color[4] |
Definition at line 110 of file DNA_shader_fx_types.h.
Referenced by blo_do_versions_280(), gpencil_vfx_colorize(), and initData().
| int ColorizeShaderFxData::mode |
Definition at line 109 of file DNA_shader_fx_types.h.
Referenced by blo_do_versions_280(), gpencil_vfx_colorize(), and initData().
| ShaderFxData_Runtime ColorizeShaderFxData::runtime |
Definition at line 117 of file DNA_shader_fx_types.h.
| ShaderFxData ColorizeShaderFxData::shaderfx |
Definition at line 108 of file DNA_shader_fx_types.h.