1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2026-01-02 10:43:31 +00:00

Updated Brushes (markdown)

Robert Beekman 2017-01-04 23:25:02 +01:00
parent 655ca96941
commit 47d2559324

@ -46,7 +46,7 @@ local randomColor = Brushes.GetRandomColor();
``` ```
--- ---
### GetRelativeColor ### 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: #### Syntax:
```lua ```lua
color GetRelativeColor(table gradientColors, double position); color GetRelativeColor(table gradientColors, double position);