Blender V5.0
sequencer_scopes.cc File Reference
#include "BLI_math_vector.hh"
#include "BLI_task.hh"
#include "IMB_colormanagement.hh"
#include "IMB_imbuf.hh"
#include "sequencer_scopes.hh"

Go to the source code of this file.

Namespaces

namespace  blender
namespace  blender::ed
namespace  blender::ed::vse

Functions

static void blender::ed::vse::rgba_float_to_display_space (ColormanageProcessor *processor, const ColorSpace *src_colorspace, MutableSpan< float4 > pixels)
static Array< float4blender::ed::vse::pixels_to_display_space (ColormanageProcessor *processor, const ColorSpace *src_colorspace, int64_t num, const float *src, int64_t stride)
static Array< float4blender::ed::vse::pixels_to_display_space (ColormanageProcessor *processor, const ColorSpace *src_colorspace, int64_t num, const uchar *src, int64_t stride)