Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add linear_gradient config spec #1675

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ their spare time, unpaid, for the love of pinball!
* Avery Tummons
* James Cardona
* Dave Ensminger <dave@ensadi.com>
* Charles Duncan (nullbuilds)

MPF is inspired by pyprocgame and skeletongame which were written by:

Expand Down
3 changes: 3 additions & 0 deletions mpf/config_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,9 @@ effects:
size: single|float|4.0
invert_colors:
none: ignore
linear_gradient:
color_stops: dict|float:kivycolor|None
angle: single|float|0.0
monochrome:
luminosity: list|float|.299, .587, .114
pixelate:
Expand Down