Search found 74 matches: alphablended
Searched query: alphablended
Go to advanced search
- by ukoenig
- Wed Feb 14, 2018 6:46 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: New FWH 18.01
- Replies: 11
- Views: 2493
... I noticed some image-problems
http://www.pflegeplus.com/IMAGES/Update1.jpg
the xbrowse-sample doesn't work anymore
missing alphablended
@ 518, 865 BITMAP oLogo[1] FILE c_path1 + "U-Kingdom.bmp" PIXEL NOBORDER OF oDlg
@ 554, 865 BITMAP oLogo[2] FILE c_path1 + "Spain.bmp" PIXEL ...
- by ukoenig
- Sat Dec 09, 2017 9:02 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: A Colorpicker and RGB-tools
- Replies: 53
- Views: 11102
... 10 colors from a image inside a second dialog and save them to a project.
A colorchart can be any image : a photo, a chart from the internet, alphablended logo ....
usage :
1. activate the colorpicker from the main-dialog.
2. choose the button < colorset >
3. create a new set ( image select ) or ...
- by ukoenig
- Thu Feb 25, 2016 11:45 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: setalpha() ??
- Replies: 3
- Views: 689
Romeo ,
a Alphablended Image is needed, in case You want to show a SHADOW
To show a simple background transparent, You can use a normal color
SetAlpha( .F. ) shows the transparent-area of a ALPHAblended image as a BLACK color
I don't know any reason to use it.
But You can use something like :
if ...
- by ukoenig
- Mon Jan 11, 2016 5:29 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: GDIPLUSDRAWIMAGE
- Replies: 13
- Views: 3234
Silvio,
be sure the PNG is ALPHABLENDED - image
Transparent is auto-detected.
tested with sample Gdiplus3.prg
http://www.pflegeplus.com/IMAGES/Gdiplus1.jpg
function DrawImage(ownd)
local hdc:= oWnd:getdc()
local oGraphics := Graphics():New( ownd:hDC )
local oImage:= GDIBmp ...
- by ukoenig
- Wed Jan 21, 2015 6:00 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: btnbmp error on 15.01
- Replies: 12
- Views: 4026
... else ( tested with new FWH )
Images are adjusted to button-size.
Also tested => oBtn1:lTransparent := .t.
.t. or .f. doesn't make any difference.
I tested with alphablended bitmaps. I will test, using other images.
http://www.pflegeplus.com/IMAGES/Resize7.jpg
best regards
Uwe
- by ukoenig
- Sun Jan 04, 2015 1:32 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Uwe we need your help :-)
- Replies: 33
- Views: 7302
Mr. Rao,
I tested including a alpha-bmp inside the RC-file.
Next I opened the EXE with < RESOURCEBUILDER > that supports Alphablended BMP's
The bmp is included inside the EXE but not displayed.
Book.bmp works fine and is displayed.
Adding the BMP the normal way, loading from file, works as well ...
- by ukoenig
- Wed Dec 31, 2014 9:00 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Uwe we need your help :-)
- Replies: 33
- Views: 7302
Please keep in mind, trying to include a alphablended image as resource inside the exe, will blow up the size.
I got a rc-file-size of 900K for only one image 128 x 128
Have a look at the resource of DISABLE.bmp
Trying brc32.exe with Disable.bmp ( alphachannel 32 bbp )
http://www. ...
- by ukoenig
- Mon Dec 29, 2014 11:30 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: New Rating Class
- Replies: 60
- Views: 22412
... star.
Clicking on the star- LEFT side, paints a HALF star.
Cicking on the star- RIGHT side, paints a LEFT and RIGHT star ( shows FULL )
The alphablended images ( 128 x 128 ) :
http://www.pflegeplus.com/IMAGES/Empty_L.bmp
http://www.pflegeplus.com/IMAGES/Empty_R ...