diff --git a/src/ImageSharp/MetaData/Profiles/ICC/IccProfileTag.cs b/src/ImageSharp/MetaData/Profiles/ICC/IccProfileTag.cs index 0075e863f5..464236a515 100644 --- a/src/ImageSharp/MetaData/Profiles/ICC/IccProfileTag.cs +++ b/src/ImageSharp/MetaData/Profiles/ICC/IccProfileTag.cs @@ -3,6 +3,7 @@ // Licensed under the Apache License, Version 2.0. // +// ReSharper disable InconsistentNaming namespace ImageSharp { /// @@ -162,32 +163,32 @@ namespace ImageSharp DeviceSettings = 0x64657673, /// - /// D2B0 - This tag defines a colour transform from Device to PCS. It supports float32Number-encoded + /// D2B0 - This tag defines a colour transform from Device to PCS. It supports float32Number-encoded /// input range, output range and transform, and provides a means to override the AToB0 tag /// DToB0 = 0x44324230, /// - /// D2B1 - This tag defines a colour transform from Device to PCS. It supports float32Number-encoded + /// D2B1 - This tag defines a colour transform from Device to PCS. It supports float32Number-encoded /// input range, output range and transform, and provides a means to override the AToB1 tag /// DToB1 = 0x44324230, /// - /// D2B2 - This tag defines a colour transform from Device to PCS. It supports float32Number-encoded + /// D2B2 - This tag defines a colour transform from Device to PCS. It supports float32Number-encoded /// input range, output range and transform, and provides a means to override the AToB1 tag /// DToB2 = 0x44324230, /// - /// D2B3 - This tag defines a colour transform from Device to PCS. It supports float32Number-encoded + /// D2B3 - This tag defines a colour transform from Device to PCS. It supports float32Number-encoded /// input range, output range and transform, and provides a means to override the AToB1 tag /// DToB3 = 0x44324230, /// - /// gamt - This tag provides a table in which PCS values are the input and a single - /// output value for each input value is the output. If the output value is 0, the PCS colour is in-gamut. + /// gamt - This tag provides a table in which PCS values are the input and a single + /// output value for each input value is the output. If the output value is 0, the PCS colour is in-gamut. /// If the output is non-zero, the PCS colour is out-of-gamut /// Gamut = 0x67616D74, @@ -204,18 +205,18 @@ namespace ImageSharp GreenMatrixColumn = 0x6758595A, /// - /// gTRC - This tag contains the green channel tone reproduction curve. The first element represents no - /// colorant (white) or phosphor (black) and the last element represents 100 % colorant (green) or 100 % phosphor (green). + /// gTRC - This tag contains the green channel tone reproduction curve. The first element represents no + /// colorant (white) or phosphor (black) and the last element represents 100 % colorant (green) or 100 % phosphor (green). /// GreenTRC = 0x67545243, /// - /// lumi - This tag contains the absolute luminance of emissive devices in candelas per square metre as described by the Y channel. + /// lumi - This tag contains the absolute luminance of emissive devices in candelas per square metre as described by the Y channel. /// Luminance = 0x6C756d69, /// - /// meas - This tag describes the alternative measurement specification, such as a D65 illuminant instead of the default D50. + /// meas - This tag describes the alternative measurement specification, such as a D65 illuminant instead of the default D50. /// Measurement = 0x6D656173, @@ -237,12 +238,12 @@ namespace ImageSharp /// /// ncl2 - This tag contains the named colour information providing a PCS and optional device representation - /// for a list of named colours. + /// for a list of named colours. /// NamedColor2 = 0x6E636C32, /// - /// resp - This tag describes the structure containing a description of the device response for which the profile is intended. + /// resp - This tag describes the structure containing a description of the device response for which the profile is intended. /// OutputResponse = 0x72657370, @@ -309,7 +310,7 @@ namespace ImageSharp Ps2RenderingIntent = 0x70733269, /// - /// rXYZ - This tag contains the first column in the matrix, which is used in matrix/TRC transforms. + /// rXYZ - This tag contains the first column in the matrix, which is used in matrix/TRC transforms. /// RedMatrixColumn = 0x7258595A, @@ -345,8 +346,8 @@ namespace ImageSharp UcrBg = 0x62666420, /// - /// vued - This tag describes the structure containing invariant and localizable - /// versions of the viewing conditions. + /// vued - This tag describes the structure containing invariant and localizable + /// versions of the viewing conditions. /// ViewingCondDesc = 0x76756564,