diff --git a/Linear-Gradient-Brush.md b/Linear-Gradient-Brush.md index e5423c4..9425513 100644 --- a/Linear-Gradient-Brush.md +++ b/Linear-Gradient-Brush.md @@ -2,7 +2,7 @@ The _LinearGradientBrush_ is one of the default brushes provided by CUE.NET. It's used to draw a gradient as a "line" inside a rectangle. You are able to define a start and an end-point (both are inter- or extrapolated if needed) and the gradient which should be drawn on the virtual line between this points by either providing them as constructor-parameters or using the _StartPoint_-, _EndPoint_- and _Gradient_-Properties. -If you don't set an gradient the brush will return transparent for every key. +If you don't set an gradient the brush will return transparent for every LED. > The Start- and End-Point is given as the percentage from the top left corner. > new PointF(0f, 0f) will be top left, new PointF(0,5f, 0,5f) in the center and new PointF(1f, 1f) in the bottom right.