Jump to content

Recommended Posts

Posted

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?

Posted

Open up the GD help file!

#include <Color.au3>

_ColorGetBlue ( $nColor )

_ColorGetGreen ( $nColor )

_ColorGetRed ( $nColor )

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
  • Recently Browsing   0 members

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