Blender V5.0
MOD_color_balance.cc File Reference
#include "BLI_math_base.h"
#include "BLT_translation.hh"
#include "DNA_sequence_types.h"
#include "SEQ_modifier.hh"
#include "SEQ_modifiertypes.hh"
#include "UI_interface.hh"
#include "UI_interface_layout.hh"
#include "RNA_access.hh"
#include "modifier.hh"

Go to the source code of this file.

Classes

struct  blender::seq::ColorBalanceApplyOp

Namespaces

namespace  blender
namespace  blender::seq

Functions

static float blender::seq::color_balance_lgg (float in, const float lift, const float gain, const float gamma, const float mul)
static float blender::seq::color_balance_sop (float in, const float slope, const float offset, const float power, float mul)
static void blender::seq::make_cb_table_lgg (float lift, float gain, float gamma, float mul, float r_table[CB_TABLE_SIZE])
static void blender::seq::make_cb_table_sop (float slope, float offset, float power, float mul, float r_table[CB_TABLE_SIZE])
static void blender::seq::colorBalance_init_data (StripModifierData *smd)
static void blender::seq::colorBalance_apply (ModifierApplyContext &context, StripModifierData *smd, ImBuf *mask)
static void blender::seq::colorBalance_panel_draw (const bContext *C, Panel *panel)
static void blender::seq::colorBalance_register (ARegionType *region_type)

Variables

static constexpr int blender::seq::CB_TABLE_SIZE = 1024
StripModifierTypeInfo blender::seq::seqModifierType_ColorBalance