Applying Feathered Gradient in AppleScript?
Looking to be able to control feathered gradient in AppleScript but can't seem to get anywhere. Tried using graident options that I could find but don't seem to be doing anything? Thanks.
This code doesn't seem to do anything.
set myColor to make color with properties {model:process, color value:{50, 50, 10, 0}, name:"myColor"}
tell rectangle 1
set fill tint to 20
set fill color to "myColor"
--Tried various setting below but NG--
set gradient fill start to {0, 20}
set gradient fill length to 25
set gradient stroke length to 50
set gradient stroke start to {0, 20}
end tell
Would like to do some effect like below if possible:
