Skip to content
modkitv0.2

output.h

#include <modkit/output.h>1 enums · 1 typedefs

Shared linear-to-display output operators.

Enums

mk_tonemap_openum

Operator used to map linear HDR color into display range.

ValueDescription
MK_TONEMAP_NONEDo not apply tone mapping.
MK_TONEMAP_REINHARDApply the Reinhard operator.
MK_TONEMAP_ACESApply the ACES fitted operator.
MK_TONEMAP_FILMICApply a filmic curve.
MK_TONEMAP_KHR_PBR_NEUTRALApply the Khronos PBR Neutral operator.
MK_TONEMAP_AGXApply the AgX operator.
MK_TONEMAP_COUNTNumber of tone-mapping operators.

Typedefs

mk_tonemap_optypedef

typedef enum mk_tonemap_op mk_tonemap_op

Operator used to map linear HDR color into display range.