Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Graphics and Multimedia
»
Graphics
»
BGRABitmap and LazPaint
»
How to make semi-transparent BGRABitmap?
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
« previous
next »
Print
Pages: [
1
]
Author
Topic: How to make semi-transparent BGRABitmap? (Read 1267 times)
hedgehog
Full Member
Posts: 135
How to make semi-transparent BGRABitmap?
«
on:
May 10, 2024, 03:55:53 pm »
Hi.
I want the TBGRASVG to be drawn semi-transparent in some cases.
Is there an easy way?
Logged
lainz
Hero Member
Posts: 4744
Web, Desktop & Android developer
Re: How to make semi-transparent BGRABitmap?
«
Reply #1 on:
May 10, 2024, 06:01:29 pm »
Create a temporary bitmap, draw the SVG into it. Then draw the temporary bitmap in the target bitmap with transparency-
You can use PutImage
Logged
https://lainz.github.io/
circular
Hero Member
Posts: 4471
Re: How to make semi-transparent BGRABitmap?
«
Reply #2 on:
May 11, 2024, 10:29:14 pm »
Otherwise you can set the globalAlpha property (from 0 to 1) of the Canvas2d before you draw on it. The result might be slightly different, but each element of the SVG will be drawn according to it.
Logged
Conscience is the debugger of the mind
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Graphics and Multimedia
»
Graphics
»
BGRABitmap and LazPaint
»
How to make semi-transparent BGRABitmap?
TinyPortal
© 2005-2018