From 362445c31c757a810b7f0f345b17e8f9285a909f Mon Sep 17 00:00:00 2001 From: Robert Beekman Date: Tue, 1 Nov 2016 17:56:37 +0100 Subject: [PATCH] Created Brushes (markdown) --- Brushes.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Brushes.md diff --git a/Brushes.md b/Brushes.md new file mode 100644 index 0000000..3e46932 --- /dev/null +++ b/Brushes.md @@ -0,0 +1,15 @@ +The Brushes variable lets you create colors and apply them to brushes + +## Properties + +## Functions +### GetColor +Turns the provided hex notation into a color +#### Syntax: +```lua +color GetColor(string hexCode); +``` +#### Example: +```lua +local color = Brushes.GetColor("#ffffff"); +``` \ No newline at end of file