Skip to content

Commit

Permalink
colorspace: fix doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
arrufat committed Jan 15, 2025
1 parent c5b976e commit bc7bb08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/colorspace.zig
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,7 @@ pub const Xyb = struct {
};
}

/// Converts the XYB color into an LMS color.
/// Converts the XYB color into an Oklab color.
pub fn toOklab(self: Xyb) Oklab {
return self.toLms().toOklab();
}
Expand Down

0 comments on commit bc7bb08

Please sign in to comment.