diff --git a/src/ImageSharp/ColorProfiles/ColorProfileConverterExtensionsIcc.cs b/src/ImageSharp/ColorProfiles/ColorProfileConverterExtensionsIcc.cs index 633bda9f4..fb4a2a9dc 100644 --- a/src/ImageSharp/ColorProfiles/ColorProfileConverterExtensionsIcc.cs +++ b/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), });