Update src/UglyToad.PdfPig/Graphics/Colors/ColorSpaceDetails.cs

Co-authored-by: Eliot Jones <elioty@hotmail.co.uk>
This commit is contained in:
BobLd 2024-02-14 21:13:02 +00:00
parent 9f3d2745f6
commit 189c0efbba

View File

@ -944,7 +944,8 @@
}
/// <summary>
/// Transforms the supplied ABC color to RGB (sRGB) using the propeties of this <see cref="CalRGBColorSpaceDetails"/>
/// Transforms the supplied ABC color to RGB (sRGB) using the properties of this <see cref="CalRGBColorSpaceDetails"/>
/// in the transformation process.
/// A, B and C represent red, green and blue calibrated color values in the range 0.0 to 1.0.
/// </summary>