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