|
Blender V5.0
|
Functions | |
| static void | cmp_node_combine_color_declare (NodeDeclarationBuilder &b) |
| static void | cmp_node_combine_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 252 of file node_composite_sepcomb_color.cc.
References b, cmp_node_combine_color_declare(), blender::nodes::decl::Float::default_value, max, min, and PROP_FACTOR.
Referenced by cmp_node_combine_color_declare().
|
static |
Definition at line 262 of file node_composite_sepcomb_color.cc.
References cmp_node_combine_color_update(), bNode::inputs, NodeCMPCombSepColor::mode, node_cmp_combsep_color_label(), and bNode::storage.
Referenced by cmp_node_combine_color_update().
|
static |
Definition at line 303 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, hsl_to_rgb(), hsv_to_rgb(), l, blender::nodes::NodeMultiFunctionBuilder::node(), node_build_multi_function(), result, blender::nodes::NodeMultiFunctionBuilder::set_matching_fn(), v, y, ycc_to_rgb(), and yuv_to_rgb().
Referenced by node_build_multi_function().
|
static |
Definition at line 270 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, node_gpu_material(), and outputs.
Referenced by node_gpu_material().