Skip to content

Commit

Permalink
Update outputs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dcrawl authored Oct 28, 2023
1 parent f11a3b8 commit ac1fc64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/API/outputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def tick args
end
```

### An Array with colors and alpha
### Using an Array with colors and alpha

The value for the color and alpha is a number between 0 and 255. The alpha property is optional and will be set to 255 if not specified.

Expand Down Expand Up @@ -150,7 +150,7 @@ def tick args
end
```
### An Array with colors and alpha
### Using an Array with colors and alpha
The value for the color and alpha is a number between 0 and 255. The alpha property is optional and will be set to 255 if not specified.
Expand Down

0 comments on commit ac1fc64

Please sign in to comment.