summaryrefslogtreecommitdiffstats
path: root/core/src/gradient.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-09-09 21:08:23 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-09-09 21:08:23 +0200
commit419d9374b79b39293ba9a17967c2356d29377d8f (patch)
tree2fd3b5f27ff4ac185a105ddce1a8f26b1b5b276b /core/src/gradient.rs
parentf60884f6f8639f75258c264bf4a15591351ef05b (diff)
downloadiced-419d9374b79b39293ba9a17967c2356d29377d8f.tar.gz
iced-419d9374b79b39293ba9a17967c2356d29377d8f.tar.bz2
iced-419d9374b79b39293ba9a17967c2356d29377d8f.zip
Fix outstanding broken intradoc links
Diffstat (limited to 'core/src/gradient.rs')
-rw-r--r--core/src/gradient.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/src/gradient.rs b/core/src/gradient.rs
index 576c9e4d..4a0d5ea0 100644
--- a/core/src/gradient.rs
+++ b/core/src/gradient.rs
@@ -6,8 +6,6 @@ use std::cmp::Ordering;
#[derive(Debug, Clone, Copy, PartialEq)]
/// A fill which transitions colors progressively along a direction, either linearly, radially (TBD),
/// or conically (TBD).
-///
-/// For a gradient which can be used as a fill on a canvas, see [`iced_graphics::Gradient`].
pub enum Gradient {
/// A linear gradient interpolates colors along a direction at a specific angle.
Linear(Linear),