Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
raphlinus committed Nov 10, 2024
1 parent 60379be commit 06ba138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion color/src/gradient.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pub struct GradientIter<CS: ColorSpace> {
/// simple linear interpolation in sRGB (for example).
///
/// One strategy for implementing these gradients is to interpolate
/// in the appropriate (premultipled) space, then map each resulting
/// in the appropriate (premultiplied) space, then map each resulting
/// color to the space used for compositing. That can be expensive.
/// An alternative strategy is to precompute a piecewise linear ramp
/// that closely approximates the desired ramp, then render that
Expand Down

0 comments on commit 06ba138

Please sign in to comment.