Blender V5.0
node_composite_channel_matte.cc File Reference

Go to the source code of this file.

Namespaces

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

Enumerations

enum class  blender::nodes::node_composite_channel_matte_cc::RGBChannel : uint8_t { blender::nodes::node_composite_channel_matte_cc::R = 0 , blender::nodes::node_composite_channel_matte_cc::G = 1 , blender::nodes::node_composite_channel_matte_cc::B = 2 }
enum class  blender::nodes::node_composite_channel_matte_cc::HSVChannel : uint8_t { blender::nodes::node_composite_channel_matte_cc::H = 0 , blender::nodes::node_composite_channel_matte_cc::S = 1 , blender::nodes::node_composite_channel_matte_cc::V = 2 }
enum class  blender::nodes::node_composite_channel_matte_cc::YUVChannel : uint8_t { blender::nodes::node_composite_channel_matte_cc::Y = 0 , blender::nodes::node_composite_channel_matte_cc::U = 1 , blender::nodes::node_composite_channel_matte_cc::V = 2 }
enum class  blender::nodes::node_composite_channel_matte_cc::YCbCrChannel : uint8_t { blender::nodes::node_composite_channel_matte_cc::Y = 0 , blender::nodes::node_composite_channel_matte_cc::Cb = 1 , blender::nodes::node_composite_channel_matte_cc::Cr = 2 }

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 int blender::nodes::node_composite_channel_matte_cc::node_gpu_material (GPUMaterial *material, bNode *node, bNodeExecData *, GPUNodeStack *inputs, GPUNodeStack *outputs)
static float3 blender::nodes::node_composite_channel_matte_cc::compute_channels (const float4 color, const CMPNodeChannelMatteColorSpace color_space)
static int blender::nodes::node_composite_channel_matte_cc::get_channel_index (const CMPNodeChannelMatteColorSpace color_space, const int rgb_channel, const int hsv_channel, const int yuv_channel, const int ycc_channel)
static int2 blender::nodes::node_composite_channel_matte_cc::compute_limit_channels (const CMPNodeChannelMatteLimitAlgorithm limit_method, const int matte_channel, const int limit_channel)
static void blender::nodes::node_composite_channel_matte_cc::channel_key (const float4 color, const float minimum, const float maximum, const CMPNodeChannelMatteColorSpace color_space, const int rgb_key_channel, const int hsv_key_channel, const int yuv_key_channel, const int ycc_key_channel, const CMPNodeChannelMatteLimitAlgorithm limit_method, const int rgb_limit_channel, const int hsv_limit_channel, const int yuv_limit_channel, const int ycc_limit_channel, float4 &output_color, 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 ()

Variables

static const EnumPropertyItem blender::nodes::node_composite_channel_matte_cc::color_space_items []
static const EnumPropertyItem blender::nodes::node_composite_channel_matte_cc::rgb_channel_items []
static const EnumPropertyItem blender::nodes::node_composite_channel_matte_cc::hsv_channel_items []
static const EnumPropertyItem blender::nodes::node_composite_channel_matte_cc::yuv_channel_items []
static const EnumPropertyItem blender::nodes::node_composite_channel_matte_cc::ycbcr_channel_items []
static const EnumPropertyItem blender::nodes::node_composite_channel_matte_cc::limit_method_items []

Function Documentation

◆ register_node_type_cmp_channel_matte()