From 0da1528929f64e86c6251dd06cb7645ec342a1a3 Mon Sep 17 00:00:00 2001 From: DarthAffe Date: Sun, 15 Nov 2015 10:08:22 +0100 Subject: [PATCH] Updated Implementing an own gradient (markdown) --- Implementing-an-own-gradient.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Implementing-an-own-gradient.md b/Implementing-an-own-gradient.md index f914a7a..06a503e 100644 --- a/Implementing-an-own-gradient.md +++ b/Implementing-an-own-gradient.md @@ -13,4 +13,4 @@ Even if it might not be needed please handle the case of a negative offset or va If you want to work with _GradientStops_ (like the _[LinearGradient](https://github.com/DarthAffe/CUE.NET/wiki/Linear-Gradient)_) you can derive from the _[AbstractGradient](https://github.com/DarthAffe/CUE.NET/blob/master/Gradients/AbstractGradient.cs)_-class which implements some logic helping with that. -If you need a reference on how the implementation might look you can take the _[LinearGradient](https://github.com/DarthAffe/CUE.NET/blob/master/Gradients/LinearGradient.cs)_ or the _[RainbowGradient](https://github.com/DarthAffe/CUE.NET/blob/master/Gradients/RainbowGradient.cs)_. \ No newline at end of file +If you need a reference on how the implementation might look, you can take the _[LinearGradient](https://github.com/DarthAffe/CUE.NET/blob/master/Gradients/LinearGradient.cs)_ or the _[RainbowGradient](https://github.com/DarthAffe/CUE.NET/blob/master/Gradients/RainbowGradient.cs)_. \ No newline at end of file