Discuss Scratch

StrangeMagic32
Scratcher
1000+ posts

Set pen color to [#ffffff] hovering

I thought that maybe adding a quality of life addition where when you hover over the
set pen color to [#ffffff]
it would give you the color and shade #'s of that color…
e.g.
set pen color to [#ffffff] //color: 0 shade: 100 (pretend that you're hovering over the color)
or something like that

Supporters: 3
bidulule
-ShadowOfTheFuture-
TheRealNetherBefore

Non-Supporters: 0

Last edited by StrangeMagic32 (April 14, 2019 14:45:21)



“Remember the worth of souls is great in the sight of God;”
- Doctrine and Covenants 18:10


I have since moved to @JollyWinter
bidulule
Scratcher
1000+ posts

Set pen color to [#ffffff] hovering

Support

-ShadowOfTheFuture-
Scratcher
1000+ posts

Set pen color to [#ffffff] hovering

Support, would be pretty useful. Would it also display the RGB/hex values of the color as well?

<Insert uncreative signature here>









██       ██  ██            ██  ██       ██
██ ██ ██ ██ ██ ██
██ ██ ██ ██ ██ ██ ██
██ ██ ██ ██ ██ ██ ██
███ ███ ██ ████ ██ ███ ███
█████████ █████ █████ █████████

“Though the seasons come and go, and sunshine turns to snow, we will always have tomorrow up ahead.”
StrangeMagic32
Scratcher
1000+ posts

Set pen color to [#ffffff] hovering

-ShadowOfTheFuture- wrote:

Support, would be pretty useful. Would it also display the RGB/hex values of the color as well?
that'd be a great addition for it


“Remember the worth of souls is great in the sight of God;”
- Doctrine and Covenants 18:10


I have since moved to @JollyWinter
TheRealNetherBefore
Scratcher
1000+ posts

Set pen color to [#ffffff] hovering

Support, this would be useful for getting exact colours.

*Drinks ketchup*
there is no ethical consumption under capitalism my dudes
Small Games | Tips and Advice | Boredom Cat | Misc
Want to make a fantasy world everyone on scratch can use? Click here!
G'thorpax the Unspoken
StrangeMagic32
Scratcher
1000+ posts

Set pen color to [#ffffff] hovering

bump
ah rubbish, the 60 second rule has struck again! :O


“Remember the worth of souls is great in the sight of God;”
- Doctrine and Covenants 18:10


I have since moved to @JollyWinter
CalculatorFun
Scratcher
94 posts

Set pen color to [#ffffff] hovering

Pen color accepts hexadecimal (Base 16), it just has to be converted to decimal (Base 10), but support I want this as well.
Where every orange variable ranges from 0-255.
set pen color to ( ( ( ( (α/Opacity) * (16777216) ) + ( (Red) * (65536) ) ) + ( (Green) * (256) ) ) + (Blue) )
Each variable ranges from 0-255 giving 256 options for each variable 255 + 1 for the digit 0

16777216 is equal to 16^6, multiplied with 1-255 will range from 16^6 - 16^8
65536 is equal to 16^4, multiplied with 1-255 will range from 16^4 - 16^6
256 is equal to 16^2, multiplied with 1-255 will range from 16^2 - 16^4
Blue just ranges from 16^0 to 16^2, and all the other inputs do as well.

so if every one of these were equal to 255 it would look like this in hexadecimal
0xff ff ff ff
8 “F”s
the first two are from Opacity ; the 3rd and 4th from red ; 3rd pair are from green, and the last 2 are from blue
I recommend using this as a substitute for now.

Last edited by CalculatorFun (Dec. 24, 2018 21:08:24)


leapinleopardstar
Scratcher
500+ posts

Set pen color to [#ffffff] hovering

Suppport

A
StrangeMagic32
Scratcher
1000+ posts

Set pen color to [#ffffff] hovering

bump


“Remember the worth of souls is great in the sight of God;”
- Doctrine and Covenants 18:10


I have since moved to @JollyWinter
StrangeMagic32
Scratcher
1000+ posts

Set pen color to [#ffffff] hovering

bump


“Remember the worth of souls is great in the sight of God;”
- Doctrine and Covenants 18:10


I have since moved to @JollyWinter
StrangeMagic32
Scratcher
1000+ posts

Set pen color to [#ffffff] hovering

bump


“Remember the worth of souls is great in the sight of God;”
- Doctrine and Covenants 18:10


I have since moved to @JollyWinter
StrangeMagic32
Scratcher
1000+ posts

Set pen color to [#ffffff] hovering

bump


“Remember the worth of souls is great in the sight of God;”
- Doctrine and Covenants 18:10


I have since moved to @JollyWinter

Powered by DjangoBB