QB64.org Forum

Active Forums => QB64 Discussion => Topic started by: TempodiBasic on May 25, 2019, 10:09:39 am

Title: RBG Color mixer tool and _RGBA: empowerement is requested
Post by: TempodiBasic 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
  [ This attachment cannot be displayed inline in 'Print Page' view ]  
Title: Re: RBG Color mixer tool and _RGBA: empowerement is requested
Post by: Pete on May 25, 2019, 02:18:50 pm
I tell you my little Roseanne Rosannadanna, it's always something!

Pete :D
Title: Re: RBG Color mixer tool and _RGBA: empowerement is requested
Post by: SMcNeill 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
Title: Re: RBG Color mixer tool and _RGBA: empowerement is requested
Post by: TempodiBasic 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)
  [ This attachment cannot be displayed inline in 'Print Page' view ]  
@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
  [ This attachment cannot be displayed inline in 'Print Page' view ]  
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 (https://www.qb64.org/forum/index.php?topic=1363.0)