Blender V5.0
node_shader_color_ramp.cc File Reference
#include "DNA_texture_types.h"
#include "BKE_colorband.hh"
#include "BLI_color.hh"
#include "NOD_multi_function.hh"
#include "node_shader_util.hh"
#include "node_util.hh"

Go to the source code of this file.

Classes

class  blender::nodes::node_shader_color_ramp_cc::ColorBandFunction

Namespaces

namespace  blender
namespace  blender::nodes
namespace  blender::nodes::node_shader_color_ramp_cc

Functions

static void blender::nodes::node_shader_color_ramp_cc::sh_node_valtorgb_declare (NodeDeclarationBuilder &b)
static void blender::nodes::node_shader_color_ramp_cc::node_shader_init_valtorgb (bNodeTree *, bNode *node)
static int blender::nodes::node_shader_color_ramp_cc::gpu_shader_valtorgb (GPUMaterial *mat, bNode *node, bNodeExecData *, GPUNodeStack *in, GPUNodeStack *out)
static void blender::nodes::node_shader_color_ramp_cc::sh_node_valtorgb_build_multi_function (nodes::NodeMultiFunctionBuilder &builder)
void register_node_type_sh_valtorgb ()

Function Documentation

◆ register_node_type_sh_valtorgb()