|
Blender V5.0
|
Functions | |
| static void | cmp_node_colorcorrection_declare (NodeDeclarationBuilder &b) |
| static int | node_gpu_material (GPUMaterial *material, bNode *node, bNodeExecData *, GPUNodeStack *inputs, GPUNodeStack *outputs) |
| static float4 | color_correction (const float4 &color, const float &mask, const float &master_saturation, const float &master_contrast, const float &master_gamma, const float &master_gain, const float &master_offset, const float &highlights_saturation, const float &highlights_contrast, const float &highlights_gamma, const float &highlights_gain, const float &highlights_offset, const float &midtones_saturation, const float &midtones_contrast, const float &midtones_gamma, const float &midtones_gain, const float &midtones_offset, const float &shadows_saturation, const float &shadows_contrast, const float &shadows_gamma, const float &shadows_gain, const float &shadows_offset, const float &start_midtones, const float &end_midtones, const bool &apply_on_red, const bool &apply_on_green, const bool &apply_on_blue, const float3 &luminance_coefficients) |
| static void | node_build_multi_function (blender::nodes::NodeMultiFunctionBuilder &builder) |
|
static |
Definition at line 29 of file node_composite_colorcorrection.cc.
References blender::nodes::DeclarationListBuilder::add_input(), b, blender::nodes::SocketDeclaration::description, PROP_FACTOR, and blender::nodes::decl::Float::subtype.
|
static |
Definition at line 216 of file node_composite_colorcorrection.cc.
References blender::math::dot(), blender::math::fallback_pow(), blender::math::interpolate(), mask(), and blender::math::min().
Referenced by node_build_multi_function().
|
static |
Definition at line 304 of file node_composite_colorcorrection.cc.
References color_correction(), blender::nodes::NodeMultiFunctionBuilder::construct_and_set_matching_fn_cb(), float, IMB_colormanagement_get_luminance_coefficients(), and mask().
|
static |
Definition at line 199 of file node_composite_colorcorrection.cc.
References GPU_constant(), GPU_stack_link(), IMB_colormanagement_get_luminance_coefficients(), inputs, and outputs.