16 b.add_input<
decl::Color>(
N_(
"Image")).default_value({1.0f, 1.0f, 1.0f, 1.0f});
51 b.add_input<
decl::Float>(
N_(
"Cb")).default_value(0.5f).min(0.0f).max(1.0f);
52 b.add_input<
decl::Float>(
N_(
"Cr")).default_value(0.5f).min(0.0f).max(1.0f);
53 b.add_input<
decl::Float>(
N_(
"A")).default_value(1.0f).min(0.0f).max(1.0f);
#define CMP_NODE_COMBYCCA_LEGACY
#define NODE_CLASS_CONVERTER
void node_type_init(struct bNodeType *ntype, void(*initfunc)(struct bNodeTree *ntree, struct bNode *node))
#define CMP_NODE_SEPYCCA_LEGACY
void nodeRegisterType(struct bNodeType *ntype)
static void cmp_node_combycca_declare(NodeDeclarationBuilder &b)
static void node_composit_init_mode_sepycca(bNodeTree *UNUSED(ntree), bNode *node)
static void node_composit_init_mode_combycca(bNodeTree *UNUSED(ntree), bNode *node)
static void cmp_node_sepycca_declare(NodeDeclarationBuilder &b)
static const pxr::TfToken b("b", pxr::TfToken::Immortal)
void register_node_type_cmp_sepycca()
void register_node_type_cmp_combycca()
void cmp_node_type_base(bNodeType *ntype, int type, const char *name, short nclass)
NodeGatherSocketLinkOperationsFunction gather_link_search_ops
NodeDeclareFunction declare