Transparent Gradients
Posted: 2012-11-05T13:22:41-07:00
The end result I am looking for is a ten pixel wide border that goes from fully opaque on the inner edge to fully transparent on the outer edge for all four sides.
Step 1: I think I am going to have to check that the alpha channels are available in conjunction with using the matte property.
Step 2: Then I think I am going to have to define a calculated 1 pixel wide region to set to a partial transparency and repeat that ~40 times to get the corners right.
Step 3: Lastly I will set the image type and compression level before writing to the cache directory on disk.
The problem is that my Google searching is not returning the right results to help me.
Would anyone be so kind as to provide search terms that will help me read up on what I need to know?
(Links to pertinent web pages would also be much appreciated.)
I am having trouble understanding what I need to do for Steps 1 & 2.
This eyesore is just a two minute example of the effect I would like to create programmatically.
Step 1: I think I am going to have to check that the alpha channels are available in conjunction with using the matte property.
Step 2: Then I think I am going to have to define a calculated 1 pixel wide region to set to a partial transparency and repeat that ~40 times to get the corners right.
Step 3: Lastly I will set the image type and compression level before writing to the cache directory on disk.
The problem is that my Google searching is not returning the right results to help me.
Would anyone be so kind as to provide search terms that will help me read up on what I need to know?
(Links to pertinent web pages would also be much appreciated.)
I am having trouble understanding what I need to do for Steps 1 & 2.
This eyesore is just a two minute example of the effect I would like to create programmatically.