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

Go to the source code of this file.

Functions

void register_node_type_cmp_exposure (void)
 

Variables

static bNodeSocketTemplate cmp_node_exposure_in []
 
static bNodeSocketTemplate cmp_node_exposure_out []
 

Function Documentation

◆ register_node_type_cmp_exposure()

void register_node_type_cmp_exposure ( void  )

Variable Documentation

◆ cmp_node_exposure_in

bNodeSocketTemplate cmp_node_exposure_in[]
static
Initial value:
= {
{SOCK_RGBA, N_("Image"), 1.0f, 1.0f, 1.0f, 1.0f},
{SOCK_FLOAT, N_("Exposure"), 0.0f, 0.0f, 0.0f, 0.0f, -10.0f, 10.0f, PROP_NONE},
{-1, ""},
}
#define N_(msgid)
@ SOCK_FLOAT
@ SOCK_RGBA
@ PROP_NONE
Definition: RNA_types.h:113

Definition at line 28 of file node_composite_exposure.c.

Referenced by register_node_type_cmp_exposure().

◆ cmp_node_exposure_out

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

Definition at line 33 of file node_composite_exposure.c.

Referenced by register_node_type_cmp_exposure().