Blender V5.0
node_composite_alpha_over.cc File Reference

Go to the source code of this file.

Namespaces

namespace  blender
namespace  blender::nodes
namespace  blender::nodes::node_composite_alpha_over_cc

Functions

static void blender::nodes::node_composite_alpha_over_cc::node_declare (NodeDeclarationBuilder &b)
static int blender::nodes::node_composite_alpha_over_cc::node_gpu_material (GPUMaterial *material, bNode *node, bNodeExecData *, GPUNodeStack *inputs, GPUNodeStack *outputs)
static float4 blender::nodes::node_composite_alpha_over_cc::preprocess_foreground (const float4 &foreground, const bool straight_alpha)
static float4 blender::nodes::node_composite_alpha_over_cc::alpha_over (const float4 &background, const float4 &foreground, const float factor, const bool straight_alpha)
static float4 blender::nodes::node_composite_alpha_over_cc::alpha_over_disjoint (const float4 &background, const float4 &foreground, const float factor, const bool straight_alpha)
static float4 blender::nodes::node_composite_alpha_over_cc::alpha_over_conjoint (const float4 &background, const float4 &foreground, const float factor, const bool straight_alpha)
static void blender::nodes::node_composite_alpha_over_cc::node_build_multi_function (blender::nodes::NodeMultiFunctionBuilder &builder)
static void blender::nodes::node_composite_alpha_over_cc::register_node_type_cmp_alphaover ()

Variables

static const EnumPropertyItem blender::nodes::node_composite_alpha_over_cc::type_items []