|
-
May 27th, 2004, 10:18 AM
#1
Thread Starter
-= B u g S l a y e r =-
nghhh
http://www.vbforums.com/showthread.p...hreadid=291616
since you guys in here does nothing but color blending all day...
-
May 27th, 2004, 10:26 AM
#2
Double posting arn't we... ....I have never used VB.NET.....sooo...ehh...
What kind of file format is the picture? Can you show me the code when you are loading it and "Blting" it...
-
May 27th, 2004, 10:26 AM
#3
Ex-Super Mod'rater
What format is the file in? Loading a image into VB (ImageList or PictureBox) at design time normally makes it get converted to a 24bit BMP which would mean no Alpha Channel .
When your thread has been resolved please edit the original post in the thread (  )
and amend "-[RESOLVED]-" to the end of the title and change the icon to  , Thank you.
When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

-
May 27th, 2004, 01:28 PM
#4
Thread Starter
-= B u g S l a y e r =-
-
May 27th, 2004, 01:33 PM
#5
Thread Starter
-= B u g S l a y e r =-
-
May 27th, 2004, 02:46 PM
#6
Fanatic Member
Wouldn't you need an alpha channel to blend it, and what are you blending it with?
"Can't" and "shouldn't" are two totally separate things.
All questions should be answered. All answers should be true. That is why I post.
-
May 27th, 2004, 03:00 PM
#7
Thread Starter
-= B u g S l a y e r =-
Hi Dw ,
what do you mean ?
The picture already has a alpha layer (or whaterver its called.)
the Image list is capable of containing 32bits pictures... that is 24 bits for colours and 8 bits for alpha layer.... this picture is not loaded onto the button as it should (look at the picture in the post linked above)
am I making sense at all here ?? this is all new to me, alpha layer and all that, but if I have understood it correctly, the alpha layer will make my graphics look smooth nomather what the colour of the background is....
pleas explain if I totally misunderstood this
-
May 27th, 2004, 03:09 PM
#8
Fanatic Member
If you are trying to eliminate jaggies, I think you would want anti-aliasing. Unless I am mistaken, blending helps with effects like transparency.
What is your final desired effect after you perform w/e you want to do?
"Can't" and "shouldn't" are two totally separate things.
All questions should be answered. All answers should be true. That is why I post.
-
May 27th, 2004, 03:17 PM
#9
Ex-Super Mod'rater
Posted by Darkwraith
If you are trying to eliminate jaggies, I think you would want anti-aliasing. Unless I am mistaken, blending helps with effects like transparency.
What is your final desired effect after you perform w/e you want to do?
You did click the link in the first post .
When your thread has been resolved please edit the original post in the thread (  )
and amend "-[RESOLVED]-" to the end of the title and change the icon to  , Thank you.
When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

-
May 27th, 2004, 03:38 PM
#10
Fanatic Member
the alpha layer will make my graphics look smooth
anti-aliasing smoothes out edges. Blending gives the image transparency.
Right now, I am just trying to figure out where is the blue is coming from (take a look at the blue surrounding the arrow and you will see that the arrow's shadow is blended with it)
"Can't" and "shouldn't" are two totally separate things.
All questions should be answered. All answers should be true. That is why I post.
-
May 27th, 2004, 03:45 PM
#11
Ex-Super Mod'rater
The alpha channel he is using isn't just on or off its varrying. So where the blue is comming from is where it should be partly blended .
When your thread has been resolved please edit the original post in the thread (  )
and amend "-[RESOLVED]-" to the end of the title and change the icon to  , Thank you.
When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

-
May 27th, 2004, 03:54 PM
#12
Fanatic Member
The alpha channel he is using isn't just on or off its varrying
Yes, it should be varying. The alpha channel does not change the color of the image (It changes the result of the images being blended together.)
The problem is that you have the color blue in it, so it is blending with something that is blue. The background is tan. Where is the blue coming from? Is your alpha being dictated by the blue?
(Sorry, I have knowledge in blending but not too much in imagelists.)
"Can't" and "shouldn't" are two totally separate things.
All questions should be answered. All answers should be true. That is why I post.
-
May 27th, 2004, 05:18 PM
#13
Thread Starter
-= B u g S l a y e r =-
-
Oct 18th, 2004, 04:24 AM
#14
Hyperactive Member
The solution appearently
I ran into this problem too, I don't know if you're still looking for a solution to this.
I haven't personally tried it out yet, but will do so soon. Hope it helps.
Obey the dragon thing. Or not. Or possibly just a bit.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|