|
Blender V5.0
|
Functions | |
| static void | cmp_node_separate_color_declare (NodeDeclarationBuilder &b) |
| static void | cmp_node_separate_color_update (bNodeTree *, bNode *node) |
| static int | node_gpu_material (GPUMaterial *material, bNode *node, bNodeExecData *, GPUNodeStack *inputs, GPUNodeStack *outputs) |
| static void | node_build_multi_function (blender::nodes::NodeMultiFunctionBuilder &builder) |
|
static |
Definition at line 73 of file node_composite_sepcomb_color.cc.
References b, cmp_node_separate_color_declare(), and blender::nodes::decl::Color::default_value.
Referenced by cmp_node_separate_color_declare().
|
static |
Definition at line 83 of file node_composite_sepcomb_color.cc.
References NodeCMPCombSepColor::mode, node_cmp_combsep_color_label(), bNode::outputs, and bNode::storage.
|
static |
Definition at line 124 of file node_composite_sepcomb_color.cc.
References b, BLI_YCC_ITU_BT601, BLI_YCC_ITU_BT709, BLI_YCC_JFIF_0_255, BLI_YUV_ITU_BT709, CMP_NODE_COMBSEP_COLOR_HSL, CMP_NODE_COMBSEP_COLOR_HSV, CMP_NODE_COMBSEP_COLOR_RGB, CMP_NODE_COMBSEP_COLOR_YCC, CMP_NODE_COMBSEP_COLOR_YUV, l, blender::nodes::NodeMultiFunctionBuilder::node(), rgb_to_hsl(), rgb_to_hsv(), rgb_to_ycc(), rgb_to_yuv(), blender::nodes::NodeMultiFunctionBuilder::set_matching_fn(), v, and y.
|
static |
Definition at line 91 of file node_composite_sepcomb_color.cc.
References BLI_YCC_ITU_BT601, BLI_YCC_ITU_BT709, BLI_YCC_JFIF_0_255, CMP_NODE_COMBSEP_COLOR_HSL, CMP_NODE_COMBSEP_COLOR_HSV, CMP_NODE_COMBSEP_COLOR_RGB, CMP_NODE_COMBSEP_COLOR_YCC, CMP_NODE_COMBSEP_COLOR_YUV, GPU_stack_link(), inputs, and outputs.