Browse Source
Merge branch 'master' into js/dither-quantize-updates
pull/1138/head
James Jackson-South
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
src/ImageSharp/ColorSpaces/Conversion/ColorSpaceConverter.LinearRgb.cs
|
|
|
@ -248,7 +248,7 @@ namespace SixLabors.ImageSharp.ColorSpaces.Conversion |
|
|
|
} |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// Performs the bulk conversion from <see cref="Lms"/> into <see cref="LinearRgb"/>.
|
|
|
|
/// Performs the bulk conversion from <see cref="Rgb"/> into <see cref="LinearRgb"/>.
|
|
|
|
/// </summary>
|
|
|
|
/// <param name="source">The span to the source colors</param>
|
|
|
|
/// <param name="destination">The span to the destination colors</param>
|
|
|
|
@ -435,4 +435,4 @@ namespace SixLabors.ImageSharp.ColorSpaces.Conversion |
|
|
|
return this.ToLinearRgb(rgb); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|