|
Blender V5.0
|
#include <limits>#include "BLI_math_color.h"#include "BLI_math_vector_types.hh"#include "FN_multi_function_builder.hh"#include "NOD_multi_function.hh"#include "UI_resources.hh"#include "GPU_material.hh"#include "node_composite_util.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::nodes |
| namespace | blender::nodes::node_composite_brightness_cc |
Functions | |
| static void | blender::nodes::node_composite_brightness_cc::cmp_node_brightcontrast_declare (NodeDeclarationBuilder &b) |
| static int | blender::nodes::node_composite_brightness_cc::node_gpu_material (GPUMaterial *material, bNode *node, bNodeExecData *, GPUNodeStack *inputs, GPUNodeStack *outputs) |
| static float4 | blender::nodes::node_composite_brightness_cc::brightness_and_contrast (const float4 &color, const float brightness, const float contrast) |
| static void | blender::nodes::node_composite_brightness_cc::node_build_multi_function (blender::nodes::NodeMultiFunctionBuilder &builder) |
| static void | register_node_type_cmp_brightcontrast () |
|
static |
Definition at line 88 of file node_composite_brightness.cc.
References blender::bke::bNodeType::build_multi_function, CMP_NODE_BRIGHTCONTRAST, cmp_node_type_base(), blender::bke::bNodeType::declare, blender::bke::bNodeType::enum_name_legacy, blender::bke::bNodeType::gpu_fn, blender::bke::bNodeType::nclass, NODE_CLASS_OP_COLOR, blender::bke::node_register_type(), blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.