mirror of
https://github.com/Artemis-RGB/Artemis
synced 2026-01-01 18:23:32 +00:00
Created Brushes (markdown)
parent
08dcef3728
commit
362445c31c
15
Brushes.md
Normal file
15
Brushes.md
Normal file
@ -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");
|
||||||
|
```
|
||||||
Loading…
x
Reference in New Issue
Block a user