Blender V5.0
node_composite_color_matte.cc File Reference

Go to the source code of this file.

Namespaces

namespace  blender
namespace  blender::nodes
namespace  blender::nodes::node_composite_color_matte_cc

Functions

static void blender::nodes::node_composite_color_matte_cc::cmp_node_color_matte_declare (NodeDeclarationBuilder &b)
static int blender::nodes::node_composite_color_matte_cc::node_gpu_material (GPUMaterial *material, bNode *node, bNodeExecData *, GPUNodeStack *inputs, GPUNodeStack *outputs)
static void blender::nodes::node_composite_color_matte_cc::color_matte (const float4 color, const float4 key, const float hue_threshold, const float saturation_epsilon, const float value_epsilon, float4 &result, float &matte)
static void blender::nodes::node_composite_color_matte_cc::node_build_multi_function (blender::nodes::NodeMultiFunctionBuilder &builder)
static void register_node_type_cmp_color_matte ()

Function Documentation

◆ register_node_type_cmp_color_matte()