Author Topic: QB64 CONST completely overhauled  (Read 6252 times)

0 Members and 1 Guest are viewing this topic.

Offline SMcNeill

  • QB64 Developer
  • Forum Resident
  • Posts: 3972
    • View Profile
    • Steve’s QB64 Archive Forum
Re: QB64 CONST completely overhauled
« Reply #15 on: November 02, 2018, 12:41:27 pm »
_RGBA and _RGBA32 both work as well.  (Or at least they should, unless something is broken.)
https://github.com/SteveMcNeill/Steve64 — A github collection of all things Steve!

FellippeHeitor

  • Guest
Re: QB64 CONST completely overhauled
« Reply #16 on: November 02, 2018, 01:07:18 pm »
There are new syntaxes for _RGB32 in the dev build, that's likely what bplus means.

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
    • View Profile
Re: QB64 CONST completely overhauled
« Reply #17 on: November 02, 2018, 01:18:48 pm »
Hi Fellippe,

No, I do know about those updates. But does not hurt to remind! :)

Some time ago I seem to remember trying to setup color constants and ran into difficulties using _RGB something and figured it was because I was using a function so I switched to &H.... and that did work.

It's even possible I have used _RGB something for setting up color constants because it is my first instinct.

Eh memory, I don't think it will get better.