Set a background color to an image with transparencies
See original GitHub issueI see that setFillColor
is now deprecated. We have been using it to set a color inside the circle to an image which has transparencies. So how can we achieve this now without using the fill color?
Issue Analytics
- State:
- Created 7 years ago
- Comments:10 (3 by maintainers)
Top Results From Across the Web
Make a picture's background transparent or opaque in Publisher
Click Picture Tools > Recolor > Set Transparent Color. In the picture, click the color you want to make transparent. Notes: The Set...
Read more >CSS Image Opacity / Transparency - W3Schools
The <div class="transbox"> have a background color, and a border - the div is transparent. Inside the transparent <div>, we add some text...
Read more >Setting a Transparent Color for an Image in Excel - Causal
To set the transparency of the background color, first select the cells that contain your image. Then, go to the Format tab on...
Read more >2 Ways To Make Any Color Transparent In Photoshop (Fast!)
To make a color transparent in Photoshop, go to Select > Color Range. Click on the color you want to remove, then hold...
Read more >how can I add background-color behind a transparent ...
#heading { background-image: url(https://www.google.co.in/images/ ... rgba background-color can control transparency of background-image .
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You can still use
setFillColor
for the time being.Version 2.2.0 with
circleBackgroundColor
attribute as replacement forfillColor
has been released.