|
Blender V5.0
|
Go to the source code of this file.
Functions | |
| static void | apply_color_space (float *out, NodeCombSepColorMode type) |
| static void | valuefn_r (float *out, TexParams *p, bNode *node, bNodeStack **in, short thread) |
| static void | valuefn_g (float *out, TexParams *p, bNode *node, bNodeStack **in, short thread) |
| static void | valuefn_b (float *out, TexParams *p, bNode *node, bNodeStack **in, short thread) |
| static void | valuefn_a (float *out, TexParams *p, bNode *, 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_separate_color () |
Variables | |
| static blender::bke::bNodeSocketTemplate | inputs [] |
| static blender::bke::bNodeSocketTemplate | outputs [] |
|
static |
Definition at line 25 of file node_texture_separate_color.cc.
References BLI_assert_unreachable, NODE_COMBSEP_COLOR_HSL, NODE_COMBSEP_COLOR_HSV, NODE_COMBSEP_COLOR_RGB, out, rgb_to_hsl_v(), and rgb_to_hsv_v().
Referenced by valuefn_b(), valuefn_g(), and valuefn_r().
|
static |
Definition at line 79 of file node_texture_separate_color.cc.
References data, in, out, tex_output(), valuefn_a(), valuefn_b(), valuefn_g(), and valuefn_r().
| void register_node_type_tex_separate_color | ( | ) |
Definition at line 93 of file node_texture_separate_color.cc.
References blender::bke::bNodeType::enum_name_legacy, exec(), blender::bke::bNodeType::exec_fn, inputs, blender::bke::bNodeType::nclass, NODE_CLASS_OP_COLOR, blender::bke::node_register_type(), blender::bke::node_type_socket_templates(), outputs, TEX_NODE_SEPARATE_COLOR, tex_node_type_base(), blender::bke::bNodeType::ui_name, update(), and blender::bke::bNodeType::updatefunc.
Referenced by register_texture_nodes().
Definition at line 74 of file node_texture_separate_color.cc.
References bNode::custom1, node_combsep_color_label(), and bNode::outputs.
|
static |
Definition at line 68 of file node_texture_separate_color.cc.
References in, out, and tex_input_rgba().
Referenced by exec().
|
static |
Definition at line 61 of file node_texture_separate_color.cc.
References apply_color_space(), bNode::custom1, in, out, and tex_input_rgba().
Referenced by exec().
|
static |
Definition at line 54 of file node_texture_separate_color.cc.
References apply_color_space(), bNode::custom1, in, out, and tex_input_rgba().
Referenced by exec().
|
static |
Definition at line 47 of file node_texture_separate_color.cc.
References apply_color_space(), bNode::custom1, in, out, and tex_input_rgba().
Referenced by exec().
|
static |
Definition at line 13 of file node_texture_separate_color.cc.
|
static |
Definition at line 17 of file node_texture_separate_color.cc.