Blender  V2.93
Functions | Variables
node_composite_huecorrect.c File Reference
#include "node_composite_util.h"

Go to the source code of this file.

Functions

static void node_composit_init_huecorrect (bNodeTree *UNUSED(ntree), bNode *node)
 
void register_node_type_cmp_huecorrect (void)
 

Variables

static bNodeSocketTemplate cmp_node_huecorrect_in []
 
static bNodeSocketTemplate cmp_node_huecorrect_out []
 

Function Documentation

◆ node_composit_init_huecorrect()

static void node_composit_init_huecorrect ( bNodeTree UNUSEDntree,
bNode node 
)
static

◆ register_node_type_cmp_huecorrect()

void register_node_type_cmp_huecorrect ( void  )

Variable Documentation

◆ cmp_node_huecorrect_in

bNodeSocketTemplate cmp_node_huecorrect_in[]
static
Initial value:
= {
{SOCK_FLOAT, N_("Fac"), 1.0f, 0.0f, 0.0f, 1.0f, 0.0f, 1.0f, PROP_FACTOR},
{SOCK_RGBA, N_("Image"), 1.0f, 1.0f, 1.0f, 1.0f},
{-1, ""},
}
#define N_(msgid)
@ SOCK_FLOAT
@ SOCK_RGBA
@ PROP_FACTOR
Definition: RNA_types.h:131

Definition at line 26 of file node_composite_huecorrect.c.

Referenced by register_node_type_cmp_huecorrect().

◆ cmp_node_huecorrect_out

bNodeSocketTemplate cmp_node_huecorrect_out[]
static
Initial value:
= {
{SOCK_RGBA, N_("Image")},
{-1, ""},
}

Definition at line 32 of file node_composite_huecorrect.c.

Referenced by register_node_type_cmp_huecorrect().