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

Go to the source code of this file.

Functions

void register_node_type_cmp_gamma (void)
 

Variables

static bNodeSocketTemplate cmp_node_gamma_in []
 
static bNodeSocketTemplate cmp_node_gamma_out []
 

Function Documentation

◆ register_node_type_cmp_gamma()

void register_node_type_cmp_gamma ( void  )

Variable Documentation

◆ cmp_node_gamma_in

bNodeSocketTemplate cmp_node_gamma_in[]
static
Initial value:
= {
{SOCK_RGBA, N_("Image"), 1.0f, 1.0f, 1.0f, 1.0f},
{SOCK_FLOAT, N_("Gamma"), 1.0f, 0.0f, 0.0f, 0.0f, 0.001f, 10.0f, PROP_UNSIGNED},
{-1, ""},
}
#define N_(msgid)
@ SOCK_FLOAT
@ SOCK_RGBA
@ PROP_UNSIGNED
Definition: RNA_types.h:129

Definition at line 28 of file node_composite_gamma.c.

Referenced by register_node_type_cmp_gamma().

◆ cmp_node_gamma_out

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

Definition at line 33 of file node_composite_gamma.c.

Referenced by register_node_type_cmp_gamma().