1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +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
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:
```lua
color GetRelativeColor(table gradientColors, double position);