61 b.add_input<
decl::Color>(
N_(
"Image")).default_value({1.0f, 1.0f, 1.0f, 1.0f});
void node_type_update(struct bNodeType *ntype, void(*updatefunc)(struct bNodeTree *ntree, struct bNode *node))
#define NODE_CLASS_CONVERTER
#define CMP_NODE_SEPARATE_COLOR
void node_type_init(struct bNodeType *ntype, void(*initfunc)(struct bNodeTree *ntree, struct bNode *node))
void node_type_storage(struct bNodeType *ntype, const char *storagename, void(*freefunc)(struct bNode *node), void(*copyfunc)(struct bNodeTree *dest_ntree, struct bNode *dest_node, const struct bNode *src_node))
#define CMP_NODE_COMBINE_COLOR
void nodeRegisterType(struct bNodeType *ntype)
#define BLI_assert_unreachable()
#define BLI_YCC_ITU_BT709
@ CMP_NODE_COMBSEP_COLOR_YCC
@ CMP_NODE_COMBSEP_COLOR_YUV
@ CMP_NODE_COMBSEP_COLOR_RGB
@ CMP_NODE_COMBSEP_COLOR_HSV
@ CMP_NODE_COMBSEP_COLOR_HSL
static void cmp_node_combine_color_declare(NodeDeclarationBuilder &b)
static void cmp_node_combine_color_update(bNodeTree *UNUSED(ntree), bNode *node)
static void cmp_node_separate_color_declare(NodeDeclarationBuilder &b)
static void cmp_node_separate_color_update(bNodeTree *UNUSED(ntree), bNode *node)
static const pxr::TfToken b("b", pxr::TfToken::Immortal)
static void node_cmp_combsep_color_label(const ListBase *sockets, CMPNodeCombSepColorMode mode)
void register_node_type_cmp_combine_color()
static void node_cmp_combsep_color_init(bNodeTree *UNUSED(ntree), bNode *node)
void register_node_type_cmp_separate_color()
void cmp_node_type_base(bNodeType *ntype, int type, const char *name, short nclass)
void node_sock_label_clear(bNodeSocket *sock)
void node_sock_label(bNodeSocket *sock, const char *name)
void node_copy_standard_storage(bNodeTree *UNUSED(dest_ntree), bNode *dest_node, const bNode *src_node)
void node_free_standard_storage(bNode *node)
struct bNodeSocket * next
NodeDeclareFunction declare