Jump to content

Recommended Posts

  • Administrators
Posted

I notice that the GUI uses colours in BGR format like the Pixel colour functions. God I wish I'd caught that mistake in the Pixel functions early on :D #

At least it's consistant, probably worth a page of it's own in the helpfile explaining that we don't use RGB .

Posted

I notice that the GUI uses colours in BGR format like the Pixel colour functions.  God I wish I'd caught that mistake in the Pixel functions early on  :D #

At least it's consistant, probably worth a page of it's own in the helpfile explaining that we don't use RGB .

Jon, I think there is a way you can deprecate something like this to get the "logical" handling. You could create an AutoItSetOption to toggle RGB or BGR and default to RGB (The right way). Then anybody who needs to continue to use BGR can set the option and there script won't be broken. Otherwise, any new scripts will use the correct form. Then after a couple versions, you can remove the old BGR way and all should be well.
  • Administrators
Posted

Jon, I think there is a way you can deprecate something like this to get the "logical" handling.  You could create an AutoItSetOption to toggle RGB or BGR and default to RGB (The right way).  Then anybody who needs to continue to use BGR can set the option and there script won't be broken.  Otherwise, any new scripts will use the correct form.  Then after a couple versions, you can remove the old BGR way and all should be well.

I think I will, because it really bugs me.

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...