qwertylol Posted August 1, 2007 Posted August 1, 2007 I got this: Dim $color = pixelgetcolor(920, 599) but for the life of mine, I all of a sudden can't recall how to split the color into red blue and green I think it's 3 functions I use that does this $red = red($color) something like that. what's the names of the color functions exactly?
weaponx Posted August 1, 2007 Posted August 1, 2007 Open up the GD help file! #include <Color.au3> _ColorGetBlue ( $nColor ) _ColorGetGreen ( $nColor ) _ColorGetRed ( $nColor )
qwertylol Posted August 1, 2007 Author Posted August 1, 2007 I wish the search function of the help file would just return them with search terms like "red" thank you
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now