Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Holmer <[email protected]>
  • Loading branch information
FreezyLemon and shssoichiro authored Feb 10, 2024
1 parent d2ef984 commit a9271b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/hsl.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use crate::{CreationError, LinearRgb};

/// Contains an RGB image in the HSL representation.
/// Contains an HSL image.
///
/// HSL stands for Hue, Saturation and Lightness. It represents pixels in a way that is closer
/// to human perception than RGB or YUV values.
Expand Down
2 changes: 1 addition & 1 deletion src/linear_rgb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use crate::{
ConversionError, CreationError, Hsl, Rgb, Xyb, Yuv,
};

/// Contains an RGB image in a linearized RGB color space.
/// Contains an RGB image in a linearized color space.
///
/// The image is stored as pixels made of three 32-bit floating-point RGB components which are
/// considered to be in an unspecified linearized color space.
Expand Down

0 comments on commit a9271b7

Please sign in to comment.