Skip to content

Commit

Permalink
color: expose Hsl in the main Zignal namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
arrufat committed Oct 1, 2024
1 parent 230073f commit 4722e25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/zignal.zig
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const color = @import("color.zig");
pub const Color = color.Color;
pub const Rgb = color.Rgb;
pub const Rgba = color.Rgba;
pub const Hsl = color.Hsl;
pub const Hsv = color.Hsv;
pub const Lab = color.Lab;

Expand Down

0 comments on commit 4722e25

Please sign in to comment.