From 47d255932450ab21edcc44e66b934a66179b8a90 Mon Sep 17 00:00:00 2001 From: Robert Beekman Date: Wed, 4 Jan 2017 23:25:02 +0100 Subject: [PATCH] Updated Brushes (markdown) --- Brushes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Brushes.md b/Brushes.md index a0ee397..48bd0e1 100644 --- a/Brushes.md +++ b/Brushes.md @@ -46,7 +46,7 @@ local randomColor = Brushes.GetRandomColor(); ``` --- ### GetRelativeColor -Returns the color at the given position in a gradient. +Returns the color at the given position in a gradient, relative to the gradient's start. #### Syntax: ```lua color GetRelativeColor(table gradientColors, double position);