Blender V4.5
node_composite_channel_matte.cc File Reference
#include "BKE_node.hh"
#include "BLI_math_base.hh"
#include "BLI_math_color.h"
#include "BLI_math_vector_types.hh"
#include "FN_multi_function_builder.hh"
#include "NOD_multi_function.hh"
#include "RNA_access.hh"
#include "UI_interface.hh"
#include "UI_resources.hh"
#include "GPU_material.hh"
#include "node_composite_util.hh"

Go to the source code of this file.

Namespaces

namespace  blender
namespace  blender::nodes
namespace  blender::nodes::node_composite_channel_matte_cc

Functions

static void blender::nodes::node_composite_channel_matte_cc::cmp_node_channel_matte_declare (NodeDeclarationBuilder &b)
static void blender::nodes::node_composite_channel_matte_cc::node_composit_init_channel_matte (bNodeTree *, bNode *node)
static void blender::nodes::node_composite_channel_matte_cc::node_composit_buts_channel_matte (uiLayout *layout, bContext *, PointerRNA *ptr)
static CMPNodeChannelMatteColorSpace blender::nodes::node_composite_channel_matte_cc::get_color_space (const bNode &node)
static int blender::nodes::node_composite_channel_matte_cc::get_matte_channel (const bNode &node)
static int blender::nodes::node_composite_channel_matte_cc::get_limit_channel (const bNode &node)
static int2int2 blender::nodes::node_composite_channel_matte_cc::get_limit_channels (const bNode &node)
static int blender::nodes::node_composite_channel_matte_cc::node_gpu_material (GPUMaterial *material, bNode *node, bNodeExecData *, GPUNodeStack *inputs, GPUNodeStack *outputs)
template<CMPNodeChannelMatteColorSpace ColorSpace>
static void blender::nodes::node_composite_channel_matte_cc::channel_key (const float4 &color, const float min_limit, const float max_limit, const int matte_channel, const int2int2 limit_channels, float4 &result, float &matte)
static void blender::nodes::node_composite_channel_matte_cc::node_build_multi_function (blender::nodes::NodeMultiFunctionBuilder &builder)
static void register_node_type_cmp_channel_matte ()

Function Documentation

◆ register_node_type_cmp_channel_matte()