We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cbfed0 commit 0558bf8Copy full SHA for 0558bf8
crates/bevy_color/src/color.rs
@@ -17,7 +17,7 @@ use bevy_reflect::prelude::*;
17
/// # Operations
18
///
19
/// [`Color`] supports all the standard color operations, such as [mixing](Mix),
20
-/// [luminance](Luminance) and [hue](Hue) adjustment, clamping,
+/// [luminance](Luminance) and [hue](Hue) adjustment,
21
/// and [diffing](EuclideanDistance). These operations delegate to the concrete color space contained
22
/// by [`Color`], but will convert to [`Oklch`](Oklcha) for operations which aren't supported in the
23
/// current space. After performing the operation, if a conversion was required, the result will be
0 commit comments