Jump to content

needing some help


-TS-
 Share

Recommended Posts

theres a number of of pixels colors x 260 and x2 379

i want to find a color in that area and desplay a % each 1.19 pixel equals 1%

and i dont wanta write out each /pixel%

how would i write 1 = 1.19 2 = 2.38.....

THX *TS*

Link to comment
Share on other sites

:whistle: Could you rephrase the question?

I'm guessing it's something like this:

For 260 x 379 window area:

I want to find a color and display the percentage.  1.19 pixels equals 1%

I don't want divide each result by the percentage conversion...

So how would I write
1? = 1.19
2? = 2.38.....
Edited by CyberSlug
Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Link to comment
Share on other sites

Looks like a simple math equation to me:

$percent = $pixel * 1.19

or

$pixel = $percent / 1.19

How do you want to use this?

P.S. Use units! 1.19 = 1 is confusing!

Edited by CyberSlug
Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
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...