|
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"#include <cmath>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 28 of file node_texture_separate_color.cc.
References BLI_assert_unreachable, NODE_COMBSEP_COLOR_HSL, NODE_COMBSEP_COLOR_HSV, NODE_COMBSEP_COLOR_RGB, rgb_to_hsl_v(), and rgb_to_hsv_v().
Referenced by valuefn_b(), valuefn_g(), and valuefn_r().
|
static |
Definition at line 82 of file node_texture_separate_color.cc.
References data, tex_output(), valuefn_a(), valuefn_b(), valuefn_g(), and valuefn_r().
Referenced by register_node_type_tex_separate_color().
| void register_node_type_tex_separate_color | ( | ) |
Definition at line 96 of file node_texture_separate_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 77 of file node_texture_separate_color.cc.
References node_combsep_color_label().
Referenced by register_node_type_tex_separate_color().
|
static |
Definition at line 71 of file node_texture_separate_color.cc.
References tex_input_rgba().
Referenced by exec().
|
static |
Definition at line 64 of file node_texture_separate_color.cc.
References apply_color_space(), and tex_input_rgba().
Referenced by exec().
|
static |
Definition at line 57 of file node_texture_separate_color.cc.
References apply_color_space(), and tex_input_rgba().
Referenced by exec().
|
static |
Definition at line 50 of file node_texture_separate_color.cc.
References apply_color_space(), and tex_input_rgba().
Referenced by exec().
|
static |
Definition at line 16 of file node_texture_separate_color.cc.
|
static |
Definition at line 20 of file node_texture_separate_color.cc.