Mako 8.2.0 API
MakoCore SDK API Documentation
Loading...
Searching...
No Matches
edlblackpointcompensation.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2017-2025 Global Graphics Software Ltd. All rights reserved.
3 */
4
5#ifndef EDLBLACKPOINTCOMPENSATION_H
6#define EDLBLACKPOINTCOMPENSATION_H
7
8#include <edl/edlnamespaces.h>
9
11
16typedef enum
17{
18 eBPCUnset = -1,
20 eBPCOn = 1,
21 eBPCOff = 2,
23
25
26#endif
EDL C++ namespace(s)
#define _BEGIN_EDL_NAMESPACE
Definition edlnamespaces.h:75
#define _END_EDL_NAMESPACE
Definition edlnamespaces.h:76
eBlackPointCompensation
Black point compensation enumeration.
Definition edlblackpointcompensation.h:17
@ eBPCOff
Do not use black point compensation during color conversion.
Definition edlblackpointcompensation.h:21
@ eBPCUnset
Black point compensation unset.
Definition edlblackpointcompensation.h:18
@ eBPCDefault
Default behavior.
Definition edlblackpointcompensation.h:19
@ eBPCOn
Use black point compensation if applicable during color conversion.
Definition edlblackpointcompensation.h:20