17 b.add_input<
decl::Color>(
N_(
"Image")).default_value({1.0f, 1.0f, 1.0f, 1.0f});
29 for (
int c = 0;
c < 3;
c++) {
void node_type_size(struct bNodeType *ntype, int width, int minwidth, int maxwidth)
#define CMP_NODE_HUECORRECT
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 NODE_CLASS_OP_COLOR
void nodeRegisterType(struct bNodeType *ntype)
static void cmp_node_huecorrect_declare(NodeDeclarationBuilder &b)
static void node_composit_init_huecorrect(bNodeTree *UNUSED(ntree), bNode *node)
static const pxr::TfToken b("b", pxr::TfToken::Immortal)
void register_node_type_cmp_huecorrect()
void cmp_node_type_base(bNodeType *ntype, int type, const char *name, short nclass)
void node_copy_curves(bNodeTree *UNUSED(dest_ntree), bNode *dest_node, const bNode *src_node)
void node_free_curves(bNode *node)
NodeDeclareFunction declare