|
Blender V4.5
|
Functions | |
| static void | cmp_node_combycca_declare (NodeDeclarationBuilder &b) |
| static void | node_composit_init_mode_combycca (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 138 of file node_composite_sepcomb_ycca.cc.
References b, BLT_I18NCONTEXT_COLOR, cmp_node_combycca_declare(), blender::nodes::SocketDeclaration::compositor_domain_priority(), and min.
Referenced by cmp_node_combycca_declare().
|
static |
Definition at line 191 of file node_composite_sepcomb_ycca.cc.
References BLI_YCC_ITU_BT601, BLI_YCC_ITU_BT709, BLI_YCC_JFIF_0_255, bNode::custom1, blender::nodes::NodeMultiFunctionBuilder::node(), node_build_multi_function(), result, blender::nodes::NodeMultiFunctionBuilder::set_matching_fn(), y, and ycc_to_rgb().
Referenced by node_build_multi_function().
|
static |
Definition at line 164 of file node_composite_sepcomb_ycca.cc.
References bNode::custom1, and node_composit_init_mode_combycca().
Referenced by node_composit_init_mode_combycca().
|
static |
Definition at line 171 of file node_composite_sepcomb_ycca.cc.
References BLI_YCC_ITU_BT601, BLI_YCC_ITU_BT709, BLI_YCC_JFIF_0_255, bNode::custom1, GPU_stack_link(), inputs, node_gpu_material(), and outputs.
Referenced by node_gpu_material().