Blender V5.0
wm_files_colorspace.cc File Reference
#include "BLI_colorspace.hh"
#include "BLI_listbase.h"
#include "BLI_string.h"
#include "BKE_context.hh"
#include "BKE_image.hh"
#include "BKE_main.hh"
#include "BKE_movieclip.h"
#include "BKE_report.hh"
#include "DNA_windowmanager_enums.h"
#include "DNA_windowmanager_types.h"
#include "RNA_access.hh"
#include "RNA_define.hh"
#include "RNA_enum_types.hh"
#include "IMB_colormanagement.hh"
#include "DEG_depsgraph.hh"
#include "UI_interface_c.hh"
#include "UI_interface_icons.hh"
#include "UI_interface_layout.hh"
#include "BLT_translation.hh"
#include "ED_image.hh"
#include "ED_render.hh"
#include "RE_pipeline.h"
#include "SEQ_prefetch.hh"
#include "SEQ_relations.hh"
#include "WM_api.hh"
#include "WM_types.hh"
#include "wm_files.hh"

Go to the source code of this file.

Functions

Set Working Color Space Operator
static const EnumPropertyItemworking_space_itemf (bContext *, PointerRNA *, PropertyRNA *, bool *r_free)
static bool wm_set_working_space_check_safe (bContext *C, wmOperator *op)
static wmOperatorStatus wm_set_working_color_space_exec (bContext *C, wmOperator *op)
static wmOperatorStatus wm_set_working_color_space_invoke (bContext *C, wmOperator *op, const wmEvent *event)
void WM_OT_set_working_color_space (wmOperatorType *ot)

Detailed Description

Functions for handling file colorspaces.

Definition in file wm_files_colorspace.cc.

Function Documentation

◆ WM_OT_set_working_color_space()

◆ wm_set_working_color_space_exec()

◆ wm_set_working_color_space_invoke()

◆ wm_set_working_space_check_safe()

◆ working_space_itemf()

const EnumPropertyItem * working_space_itemf ( bContext * ,
PointerRNA * ,
PropertyRNA * ,
bool * r_free )
static