mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 06:26:20 -04:00
Boot animation color improvements
This commit is contained in:
parent
bfa7e90d5e
commit
0eeea28907
4 changed files with 4 additions and 3 deletions
|
@ -98,7 +98,7 @@ export -f generateBootAnimationMask;
|
|||
generateBootAnimationShine() {
|
||||
color=$1;
|
||||
output=$2;
|
||||
convert -size 1024x128 -define gradient:angle=90 gradient:"$color"-#9E9E9E \( +clone -flop \) +append "$output";
|
||||
convert -size 1024x128 -define gradient:angle=90 gradient:"$color" \( +clone -flop \) +append "$output";
|
||||
}
|
||||
export -f generateBootAnimationShine;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue