Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.

Commit 2b86638

Browse files
committed
Added D65 Illuminant, minor improvements in XML documentation
1 parent 0cc2e9a commit 2b86638

File tree

4 files changed

+509
-8
lines changed

4 files changed

+509
-8
lines changed

ColorSharp/ColorSharp.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
<Compile Include="src\InternalUtils\Comparers.cs" />
6767
<Compile Include="src\InternalUtils\Structs.cs" />
6868
<Compile Include="src\ColorSpaces\ColorConversionStrategy.cs" />
69+
<Compile Include="src\Illuminants\D65.cs" />
6970
</ItemGroup>
7071
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
7172
<ItemGroup>
@@ -74,6 +75,7 @@
7475
<Folder Include="src\LightSpectrums\" />
7576
<Folder Include="src\MatchingFunctions\" />
7677
<Folder Include="src\InternalUtils\" />
78+
<Folder Include="src\Illuminants\" />
7779
</ItemGroup>
7880
<ItemGroup>
7981
<None Include="packages.config" />

0 commit comments

Comments
 (0)