Author Topic: RBG Color mixer tool and _RGBA: empowerement is requested  (Read 2412 times)

0 Members and 1 Guest are viewing this topic.

Offline TempodiBasic

  • Forum Resident
  • Posts: 1792
    • View Profile
RBG Color mixer tool and _RGBA: empowerement is requested
« on: May 25, 2019, 10:09:39 am »
Hi guys (coders & developers)

playing with code I fall in this issue about RGB color mixer and _RGBA function.

When, in QB64 ide, we type
Quote
Variable_Unsigned_Long~&= _RGBA(
the ide helps us prompting the message to use RGB Color mixer (see screenshot). It is great!
I think it will be greater when it let us to select also the value for alpha channel. So I ask to put in list of todo also this feature for us great ide.

Thanks to read
  [ You are not allowed to view this attachment ]  
Programming isn't difficult, only it's  consuming time and coffee

Offline Pete

  • Forum Resident
  • Posts: 2361
  • Cuz I sez so, varmint!
    • View Profile
Re: RBG Color mixer tool and _RGBA: empowerement is requested
« Reply #1 on: May 25, 2019, 02:18:50 pm »
I tell you my little Roseanne Rosannadanna, it's always something!

Pete :D
Want to learn how to write code on cave walls? https://www.tapatalk.com/groups/qbasic/qbasic-f1/

Offline SMcNeill

  • QB64 Developer
  • Forum Resident
  • Posts: 3972
    • View Profile
    • Steve’s QB64 Archive Forum
Re: RBG Color mixer tool and _RGBA: empowerement is requested
« Reply #2 on: May 25, 2019, 07:23:31 pm »
Now all you need to do is add an option to name the color, and save the names to a specified *.BI file, for easy inclusion to other programs. ;D
https://github.com/SteveMcNeill/Steve64 — A github collection of all things Steve!

Offline TempodiBasic

  • Forum Resident
  • Posts: 1792
    • View Profile
Re: RBG Color mixer tool and _RGBA: empowerement is requested
« Reply #3 on: May 30, 2019, 09:56:04 am »
Hi
@Steve
Lol I think that also if you are wrong you stay on the right path... at your vision of empowerUp RGBA tool lacks the chechbox showed[my English teacher gives me an E] checkbox shown below! (attachment 1)
  [ You are not allowed to view this attachment ]  
@all Qb64members
Going out of joke

Why do I ask this?
It doesn't matter for what I am able to code in QB64... but from a congruence point of view
this is because I start this thread...

please copy  this in your QB64 copy
Code: QB64: [Select]
  1. CONST MaxS = 600
  2. SCREEN _NEWIMAGE(MaxS, MaxS, 32)
  3. RGBA~& = _rgba32(33, 233, 33)
you should get this warning from QB64Ide showed in attachment2
  [ You are not allowed to view this attachment ]  
Is it an emergency? I think no. That's all about my opinions

@Bplus
Thanks for building an extraRGBATool following my and Steve suggestions
https://www.qb64.org/forum/index.php?topic=1363.0





« Last Edit: May 30, 2019, 03:36:28 pm by TempodiBasic »
Programming isn't difficult, only it's  consuming time and coffee