Skip to content

Commit 0558bf8

Browse files
committed
Remove mention of clamping in bevy_color documentation
1 parent 7cbfed0 commit 0558bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_color/src/color.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ use bevy_reflect::prelude::*;
1717
/// # Operations
1818
///
1919
/// [`Color`] supports all the standard color operations, such as [mixing](Mix),
20-
/// [luminance](Luminance) and [hue](Hue) adjustment, clamping,
20+
/// [luminance](Luminance) and [hue](Hue) adjustment,
2121
/// and [diffing](EuclideanDistance). These operations delegate to the concrete color space contained
2222
/// by [`Color`], but will convert to [`Oklch`](Oklcha) for operations which aren't supported in the
2323
/// current space. After performing the operation, if a conversion was required, the result will be

0 commit comments

Comments
 (0)