Jump to content

Alpha channel (Graphics)


Recommended Posts

Is there any way i can use the Alpha channel with a graphic control?

Edited by mmavipc

[size="10"]Pure Au3 crypt funcs(I'm currently also working on making a dll from this)[/size][Y] Be more active in the community[Y] Get 200 posts[N] Get 300 posts[N] Make a Topic in the example scripts forum with at least 50 replies.People who currently hate me:ValikSmOke_N

Link to comment
Share on other sites

Is there any way i can use the Alpha channel with a graphic control?

Bump

[size="10"]Pure Au3 crypt funcs(I'm currently also working on making a dll from this)[/size][Y] Be more active in the community[Y] Get 200 posts[N] Get 300 posts[N] Make a Topic in the example scripts forum with at least 50 replies.People who currently hate me:ValikSmOke_N

Link to comment
Share on other sites

Not using standard controls. You can do so using GDI though. Check these out:

_GDIPlus_ImageGetFromHWND

_GDIPlus_ImageGetGraphicsContext

_GDIPlus_GraphicsDrawImage

You will have to manually redraw the window though.

Regards,Josh

Link to comment
Share on other sites

Not using standard controls. You can do so using GDI though. Check these out:

_GDIPlus_ImageGetFromHWND

_GDIPlus_ImageGetGraphicsContext

_GDIPlus_GraphicsDrawImage

You will have to manually redraw the window though.

I need to draw pixel by pixel. Is there any way to do this?

[size="10"]Pure Au3 crypt funcs(I'm currently also working on making a dll from this)[/size][Y] Be more active in the community[Y] Get 200 posts[N] Get 300 posts[N] Make a Topic in the example scripts forum with at least 50 replies.People who currently hate me:ValikSmOke_N

Link to comment
Share on other sites

What do you mean draw pixel by pixel?

like GuiCtrlSetGraphic($g,$GUI_GR_PIXEL,$x,$y)

[size="10"]Pure Au3 crypt funcs(I'm currently also working on making a dll from this)[/size][Y] Be more active in the community[Y] Get 200 posts[N] Get 300 posts[N] Make a Topic in the example scripts forum with at least 50 replies.People who currently hate me:ValikSmOke_N

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...