Skip to content

Commit

Permalink
Added BT.2100 HLG support (4)
Browse files Browse the repository at this point in the history
  • Loading branch information
awawa-dev committed Sep 8, 2024
1 parent edd58ff commit bbb08e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions include/lut-calibrator/ColorSpace.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
#endif

#include <linalg.h>
#include <lut-calibrator/LutCalibrator.h>

using namespace linalg;
using namespace aliases;

namespace ColorSpaceMath
{
enum PRIMARIES { SRGB = 0, BT_2020, WIDE_GAMMUT };
enum HDR_GAMMA { PQ = 0, HLG };
enum PRIMARIES { SRGB = 0, BT_2020, WIDE_GAMMUT };

QString gammaToString(HDR_GAMMA gamma);

Expand Down
2 changes: 1 addition & 1 deletion include/lut-calibrator/LutCalibrator.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ namespace linalg {
}

namespace ColorSpaceMath {
enum HDR_GAMMA : int;
enum HDR_GAMMA { PQ = 0, HLG };
}

struct BestResult;
Expand Down

0 comments on commit bbb08e3

Please sign in to comment.