Browse Source

Remove TODO

pull/1567/head
Wacton 1 year ago
parent
commit
9de3935e4a
  1. 2
      src/ImageSharp/ColorProfiles/ColorProfileConverterExtensionsIcc.cs

2
src/ImageSharp/ColorProfiles/ColorProfileConverterExtensionsIcc.cs

@ -32,8 +32,6 @@ internal static class ColorProfileConverterExtensionsIcc
ColorProfileConverter pcsConverter = new(new ColorConversionOptions()
{
MemoryAllocator = converter.Options.MemoryAllocator,
// TODO: Double check this but I think these are normalized values.
SourceWhitePoint = new CieXyz(converter.Options.SourceIccProfile.Header.PcsIlluminant),
TargetWhitePoint = new CieXyz(converter.Options.TargetIccProfile.Header.PcsIlluminant),
});

Loading…
Cancel
Save