Jump to content

Fast Graphics Drawing


Recommended Posts

Hello,

When I was browse AutoIt Forums I've found topic.

trancexx made very fast pixel drawing.

How can I draw pixels from a string or arrays using this method?

$Pixel[3] = [255, 117, 13]

DllStructSetData($tBits ,"colorR",$Pixel[0])

DllStructSetData($tBits ,"colorG",$Pixel[1])

DllStructSetData($tBits ,"colorB",$Pixel[2])

Is it possible? Edited by Adrian777
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...