|
Blender V5.0
|
Functions | |
| static void | cmp_node_brightcontrast_declare (NodeDeclarationBuilder &b) |
| static int | node_gpu_material (GPUMaterial *material, bNode *node, bNodeExecData *, GPUNodeStack *inputs, GPUNodeStack *outputs) |
| static float4 | brightness_and_contrast (const float4 &color, const float brightness, const float contrast) |
| static void | node_build_multi_function (blender::nodes::NodeMultiFunctionBuilder &builder) |
|
static |
Definition at line 53 of file node_composite_brightness.cc.
References blender::math::max().
Referenced by node_build_multi_function().
|
static |
Definition at line 28 of file node_composite_brightness.cc.
|
static |
Definition at line 75 of file node_composite_brightness.cc.
References brightness_and_contrast(), and blender::nodes::NodeMultiFunctionBuilder::set_matching_fn().
|
static |
Definition at line 42 of file node_composite_brightness.cc.
References GPU_stack_link(), inputs, and outputs.