Blender
V3.3
|
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 *UNUSED(node), bNodeStack **in, short thread) |
static void | update (bNodeTree *UNUSED(ntree), bNode *node) |
static void | exec (void *data, int UNUSED(thread), bNode *node, bNodeExecData *execdata, bNodeStack **in, bNodeStack **out) |
void | register_node_type_tex_separate_color (void) |
Variables | |
static bNodeSocketTemplate | inputs [] |
static bNodeSocketTemplate | outputs [] |
|
static |
Definition at line 25 of file node_texture_separate_color.c.
References BLI_assert_unreachable, NODE_COMBSEP_COLOR_HSL, NODE_COMBSEP_COLOR_HSV, NODE_COMBSEP_COLOR_RGB, usdtokens::out(), rgb_to_hsl_v(), rgb_to_hsv_v(), and type.
Referenced by valuefn_b(), valuefn_g(), and valuefn_r().
|
static |
Definition at line 79 of file node_texture_separate_color.c.
References data, node, usdtokens::out(), tex_output(), valuefn_a(), valuefn_b(), valuefn_g(), and valuefn_r().
Referenced by register_node_type_tex_separate_color().
Definition at line 92 of file node_texture_separate_color.c.
References exec(), inputs, NODE_CLASS_OP_COLOR, node_type_exec(), node_type_socket_templates(), node_type_update(), nodeRegisterType(), NULL, outputs, TEX_NODE_SEPARATE_COLOR, tex_node_type_base(), and update().
Referenced by registerTextureNodes().
Definition at line 74 of file node_texture_separate_color.c.
References node, and node_combsep_color_label().
Referenced by register_node_type_tex_separate_color().
|
static |
Definition at line 68 of file node_texture_separate_color.c.
References usdtokens::out(), and tex_input_rgba().
Referenced by exec().
|
static |
Definition at line 61 of file node_texture_separate_color.c.
References apply_color_space(), node, usdtokens::out(), and tex_input_rgba().
Referenced by exec().
|
static |
Definition at line 54 of file node_texture_separate_color.c.
References apply_color_space(), node, usdtokens::out(), and tex_input_rgba().
Referenced by exec().
|
static |
Definition at line 47 of file node_texture_separate_color.c.
References apply_color_space(), node, usdtokens::out(), and tex_input_rgba().
Referenced by exec().
|
static |
Definition at line 13 of file node_texture_separate_color.c.
Referenced by register_node_type_tex_separate_color().
|
static |
Definition at line 17 of file node_texture_separate_color.c.
Referenced by register_node_type_tex_separate_color().