|
Blender V4.3
|
#include "BLI_listbase.h"#include "BLI_math_color.h"#include "NOD_texture.h"#include "node_texture_util.hh"#include "node_util.hh"Go to the source code of this file.
Functions | |
| static void | colorfn (float *out, TexParams *p, bNode *node, bNodeStack **in, short thread) |
| static void | update (bNodeTree *, bNode *node) |
| static void | exec (void *data, int, bNode *node, bNodeExecData *execdata, bNodeStack **in, bNodeStack **out) |
| void | register_node_type_tex_combine_color () |
Variables | |
| static blender::bke::bNodeSocketTemplate | inputs [] |
| static blender::bke::bNodeSocketTemplate | outputs [] |
|
static |
Definition at line 27 of file node_texture_combine_color.cc.
References BLI_assert_unreachable, hsl_to_rgb_v(), hsv_to_rgb_v(), NODE_COMBSEP_COLOR_HSL, NODE_COMBSEP_COLOR_HSV, NODE_COMBSEP_COLOR_RGB, and tex_input_value().
Referenced by exec().
|
static |
Definition at line 59 of file node_texture_combine_color.cc.
References colorfn(), and tex_output().
Referenced by register_node_type_tex_combine_color().
| void register_node_type_tex_combine_color | ( | ) |
Definition at line 69 of file node_texture_combine_color.cc.
References exec(), blender::bke::bNodeType::exec_fn, NODE_CLASS_OP_COLOR, blender::bke::node_register_type(), blender::bke::node_type_socket_templates(), tex_node_type_base(), update(), and blender::bke::bNodeType::updatefunc.
Referenced by register_texture_nodes().
Definition at line 54 of file node_texture_combine_color.cc.
References node_combsep_color_label().
Referenced by register_node_type_tex_combine_color().
|
static |
Definition at line 15 of file node_texture_combine_color.cc.
|
static |
Definition at line 22 of file node_texture_combine_color.cc.