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