Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
waacton committed Nov 12, 2023
1 parent 1af742e commit 0b15964
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,9 @@ var rgbConfig = new RgbConfiguration(
toLinear: value => Companding.InverseGamma(value, 2.2)
);

// manual configuration for equal-energy (10° observer) XYZ
// manual configuration for Illuminant C (10° observer) XYZ
var xyzConfig = new XyzConfiguration(
whitePoint: WhitePoint.From(Illuminant.E, Observer.Supplementary10)
whitePoint: WhitePoint.From(Illuminant.C, Observer.Supplementary10)
);

var config = new Configuration(rgbConfig, xyzConfig);
Expand Down

0 comments on commit 0b15964

Please sign in to comment.