From e2da19a2792205271a4d96112fb68b31c968cac6 Mon Sep 17 00:00:00 2001 From: DarthAffe Date: Sat, 14 Nov 2015 16:01:34 +0100 Subject: [PATCH] Updated Linear Gradient (markdown) --- Linear-Gradient.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linear-Gradient.md b/Linear-Gradient.md index 7bd7516..d924709 100644 --- a/Linear-Gradient.md +++ b/Linear-Gradient.md @@ -1,4 +1,4 @@ -The linear gradient is one of the default gradients provided by CUE.NET. +The _LinearGradient_ is one of the default gradients provided by CUE.NET. It's based on a set of _GradientStops_. All values are calculated as interpolation between the two _GradientStops_ surrounding the requested point. Using the linear gradient is quite easy. Just create a new instance of the _LinearGradient_-class and use an array of _GradientStops_ as constructor-parameter.