Blender V2.61 - r43446
Functions | Variables

node_shader_gamma.c File Reference

#include "node_shader_util.h"

Go to the source code of this file.

Functions

void register_node_type_sh_gamma (bNodeTreeType *ttype)

Variables

static bNodeSocketTemplate sh_node_gamma_in []
static bNodeSocketTemplate sh_node_gamma_out []

Function Documentation

void register_node_type_sh_gamma ( bNodeTreeType ttype)

Variable Documentation

Initial value:
 {
    {   SOCK_RGBA, 1, "Color",          1.0f, 1.0f, 1.0f, 1.0f},
    {   SOCK_FLOAT, 1, "Gamma",         1.0f, 0.0f, 0.0f, 0.0f, 0.001f, 10.0f, PROP_UNSIGNED},
    {   -1, 0, ""   }
}

Definition at line 38 of file node_shader_gamma.c.

Initial value:
 {
    {   SOCK_RGBA, 0, "Color"},
    {   -1, 0, ""   }
}

Definition at line 44 of file node_shader_gamma.c.