Skip to content

Commit d6102ef

Browse files
authored
Update dictionary.hpp (#3297)
In Macbeth colorchecker, the RGB value of 21.neutral 6.5(.44*) and 23.neutral 3.5(.1.05*) seems to be wrong, while Lab values are correct. Citation: https://babelcolor.com/index_htm_files/RGB%20Coordinates%20of%20the%20Macbeth%20ColorChecker.pdf
1 parent cb95689 commit d6102ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/mcc/src/dictionary.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ const float CChartClassicModelColors[24][9] = {
6262
{8.0f, 133.0f, 161.0f, 51.038f, -28.631f, -28.638f, 5.00f, 5.00f, 8.0f}, //18. cyan
6363
{243.0f, 243.0f, 242.0f, 96.539f, -0.425f, 1.186f, 0.00f, 9.50f, 0.0f}, //19. white(.05*)
6464
{200.0f, 200.0f, 200.0f, 81.257f, -0.638f, -0.335f, 0.00f, 8.00f, 0.0f}, //20. neutral 8(.23*)
65-
{150.0f, 160.0f, 160.0f, 66.766f, -0.734f, -0.504f, 0.00f, 6.50f, 0.0f}, //21. neutral 6.5(.44*)
65+
{160.0f, 160.0f, 160.0f, 66.766f, -0.734f, -0.504f, 0.00f, 6.50f, 0.0f}, //21. neutral 6.5(.44*)
6666
{122.0f, 122.0f, 121.0f, 50.867f, -0.153f, -0.270f, 0.00f, 5.00f, 0.0f}, //22. neutral 5(.70*)
67-
{58.0f, 85.0f, 85.0f, 35.656f, -0.421f, -1.231f, 0.00f, 3.50f, 0.0f}, //23. neutral 3.5(.1.05*)
67+
{85.0f, 85.0f, 85.0f, 35.656f, -0.421f, -1.231f, 0.00f, 3.50f, 0.0f}, //23. neutral 3.5(.1.05*)
6868
{52.0f, 52.0f, 52.0f, 20.461f, -0.079f, -0.973f, 0.00f, 2.00f, 0.0f}, //24. black(1.50*)
6969

7070
};

0 commit comments

Comments
 (0)