From 51b92552c9c3e1df284c6658624356de1395ef67 Mon Sep 17 00:00:00 2001 From: Robert Beekman Date: Wed, 2 Nov 2016 00:17:45 +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 f4f2973..17b6acb 100644 --- a/Brushes.md +++ b/Brushes.md @@ -63,7 +63,7 @@ brush GetSolidColorBrush(table gradientColors, [double startX, double startY, do - **endY:** The Y value of the end position of the gradient #### Example: ```lua --- Create a table and in that table add tables containing a color and an offset +-- Create a table and add keys to it (the color) and values (the offset). local colors = {}; colors[Brushes.GetColor(255, 255, 0, 0)] = 0; -- red colors[Brushes.GetColor(255, 255, 0, 255)] = 0.16; -- purple