Discuss Scratch
- -stache-
-
Scratcher
500+ posts
Start a new forum signature trend
Actually, its a color palette generator… Also, I don't really need a sig…A very pleasing color pallete :3 J1, would you mind adding in the colors on this color pallete? Thanks for your help, -stache-, I'll make a signature for you.I found this which might work: http://stackoverflow.com/questions/43044/algorithm-to-randomly-generate-an-aesthetically-pleasing-color-paletteSo to make sure:I don't know if there is a mathematical formula for it, sorry
R + G + B = Value?
R - G - B = Saturation (or something similar?)
R * 255 + B * 255* 255 + G * 255 * 255 * 255 = Hue?
I can try work one out, there must be a relation somewhere.
Sigton
- Sigton
-
Scratcher
1000+ posts
Start a new forum signature trend
Actually, its a color palette generator… Also, I don't really need a sig…Well if you ever want a banner I'm happy to help ;D
Sigton
- 24691357
-
Scratcher
100+ posts
Start a new forum signature trend
a, b, c, d, e, f are lighterIf you knew how to make them less dull, please let me know. ATM it selects a random colour, that does not contain a, b, c, d, e, or f in its hex representation. Would it be less dull if I allowed those?WARNING: This post ontains a link outside of Scratch (to website I have control over). It is very safe but still, be careful when navigating away from Scratchthe colors are soo dull
Here it is: Link
Last edited by 24691357 (July 18, 2016 15:13:22)
- jokebookservice1
-
Scratcher
1000+ posts
Start a new forum signature trend
Yes, but perhaps removing the low ones like 0, 1, 2, 3, 4 and adding h hih nes in a, b, c, d, e, f would od the trick? Anyway, I like the best answer in tne stackoerflow question, so I'll probably do thata, b, c, d, e, f are lighterIf you knew how to make them less dull, please let me know. ATM it selects a random colour, that does not contain a, b, c, d, e, or f in its hex representation. Would it be less dull if I allowed those?WARNING: This post ontains a link outside of Scratch (to website I have control over). It is very safe but still, be careful when navigating away from Scratchthe colors are soo dull
Here it is: Link
- -stache-
-
Scratcher
500+ posts
Start a new forum signature trend
I PRed it already.Yes, but perhaps removing the low ones like 0, 1, 2, 3, 4 and adding h hih nes in a, b, c, d, e, f would od the trick? Anyway, I like the best answer in tne stackoerflow question, so I'll probably do thata, b, c, d, e, f are lighterIf you knew how to make them less dull, please let me know. ATM it selects a random colour, that does not contain a, b, c, d, e, or f in its hex representation. Would it be less dull if I allowed those?WARNING: This post ontains a link outside of Scratch (to website I have control over). It is very safe but still, be careful when navigating away from Scratchthe colors are soo dull
Here it is: Link
- jokebookservice1
-
Scratcher
1000+ posts
Start a new forum signature trend
Ok, thanksI PRed it already.Yes, but perhaps removing the low ones like 0, 1, 2, 3, 4 and adding h hih nes in a, b, c, d, e, f would od the trick? Anyway, I like the best answer in tne stackoerflow question, so I'll probably do thata, b, c, d, e, f are lighterIf you knew how to make them less dull, please let me know. ATM it selects a random colour, that does not contain a, b, c, d, e, or f in its hex representation. Would it be less dull if I allowed those?WARNING: This post ontains a link outside of Scratch (to website I have control over). It is very safe but still, be careful when navigating away from Scratchthe colors are soo dull
Here it is: Link

Your first PR made it go weird, giving the hex colours long-strings with decimal points as if it had not been rounded…
- -stache-
-
Scratcher
500+ posts
Start a new forum signature trend
Ohhh that was the problem…Ok, thanksI PRed it already.Yes, but perhaps removing the low ones like 0, 1, 2, 3, 4 and adding h hih nes in a, b, c, d, e, f would od the trick? Anyway, I like the best answer in tne stackoerflow question, so I'll probably do thata, b, c, d, e, f are lighterIf you knew how to make them less dull, please let me know. ATM it selects a random colour, that does not contain a, b, c, d, e, or f in its hex representation. Would it be less dull if I allowed those?WARNING: This post ontains a link outside of Scratch (to website I have control over). It is very safe but still, be careful when navigating away from Scratchthe colors are soo dull
Here it is: Link
Your first PR made it go weird, giving the hex colours long-strings with decimal points as if it had not been rounded…
- NanoRook
-
Scratcher
1000+ posts
Start a new forum signature trend
Suggestions are for suggesting improvements to Scratch, not starting trends. Plus, please learn the definition of trend, it gets popular overtime, not getting started by asking people about it.
- jokebookservice1
-
Scratcher
1000+ posts
Start a new forum signature trend
I have merged Macie1234's Pull Request and make a commit to add credit to him, as well as adding an onkeyup event listener for instant updates!
- 24691357
-
Scratcher
100+ posts
Start a new forum signature trend
Here are examples of texts, one excluding abcdef and other excluding 012345. 6789 is included in both.Yes, but perhaps removing the low ones like 0, 1, 2, 3, 4 and adding h hih nes in a, b, c, d, e, f would od the trick? Anyway, I like the best answer in tne stackoerflow question, so I'll probably do thata, b, c, d, e, f are lighterIf you knew how to make them less dull, please let me know. ATM it selects a random colour, that does not contain a, b, c, d, e, or f in its hex representation. Would it be less dull if I allowed those?WARNING: This post ontains a link outside of Scratch (to website I have control over). It is very safe but still, be careful when navigating away from Scratchthe colors are soo dull
Here it is: Link
Excluding high text
Excluding low text
We just need to change very light colors (such as the o above)
Last edited by 24691357 (July 18, 2016 16:49:39)
- jokebookservice1
-
Scratcher
1000+ posts
Start a new forum signature trend
Macie1234 submitted a Pull Request - I think it works really well know?Here are examples of texts, one excluding abcdef and other excluding 012345. 6789 is included in both.Yes, but perhaps removing the low ones like 0, 1, 2, 3, 4 and adding h hih nes in a, b, c, d, e, f would od the trick? Anyway, I like the best answer in tne stackoerflow question, so I'll probably do thata, b, c, d, e, f are lighterIf you knew how to make them less dull, please let me know. ATM it selects a random colour, that does not contain a, b, c, d, e, or f in its hex representation. Would it be less dull if I allowed those?WARNING: This post ontains a link outside of Scratch (to website I have control over). It is very safe but still, be careful when navigating away from Scratchthe colors are soo dull
Here it is: Link
Excluding high text
Excluding low text
We just need to change very light colors (such as the o above)

- -stache-
-
Scratcher
500+ posts
Start a new forum signature trend
I m a d e t h e n e w c o l o r g e n e r a t o r t h a t m a k e s t h e c o l o r s m o r e v i s i b l e t h a n t h e y w e r e i n t h e o r i g i n a l g e n e r a t o r
- jokebookservice1
-
Scratcher
1000+ posts
Start a new forum signature trend
I m a d e t h e n e w c o l o r g e n e r a t o r t h a t m a k e s t h e c o l o r s m o r e v i s i b l e t h a n t h e y w e r e i n t h e o r i g i n a l g e n e r a t o rD o y o u t h i n k t h e g e n e r a t o r ( t h a t y o u m a d e v e r y w e l l , I c r e d i t e d y o u o n t h e p a g e w h i l e a l s o a d d e d a l i v e u p d a t e ) s h o u l d p u t b o l d t a g s f o r t h e B B C o d e v e r s i o n ? T h i s m a k e s t h e c o l o u r s s t a n d o u t e v e n b e t t e r ! W h a t d o y o u t h i n k ? A l s o , I w i l l s h o r t l y r e o v e c o l o u r t a g s a r o u n d w h i t e s p a c e c h a r a t e r s a n d m a k e t h e l i v e u p d a t e s h o w e x t r a w h i t e s p a c e s a s & n b s p ;
- -stache-
-
Scratcher
500+ posts
Start a new forum signature trend
M a y b e y o u s h o u l d c h a n g e t h e < i n p u t > t o a < t e x t a r e a > ?I m a d e t h e n e w c o l o r g e n e r a t o r t h a t m a k e s t h e c o l o r s m o r e v i s i b l e t h a n t h e y w e r e i n t h e o r i g i n a l g e n e r a t o rD o y o u t h i n k t h e g e n e r a t o r ( t h a t y o u m a d e v e r y w e l l , I c r e d i t e d y o u o n t h e p a g e w h i l e a l s o a d d e d a l i v e u p d a t e ) s h o u l d p u t b o l d t a g s f o r t h e B B C o d e v e r s i o n ? T h i s m a k e s t h e c o l o u r s s t a n d o u t e v e n b e t t e r ! W h a t d o y o u t h i n k ? A l s o , I w i l l s h o r t l y r e o v e c o l o u r t a g s a r o u n d w h i t e s p a c e c h a r a t e r s a n d m a k e t h e l i v e u p d a t e s h o w e x t r a w h i t e s p a c e s a s & n b s p ;
- f1lip
-
Scratcher
1000+ posts
Start a new forum signature trend
I m a d e t h e n e w c o l o r g e n e r a t o r t h a t m a k e s t h e c o l o r s m o r e v i s i b l e t h a n t h e y w e r e i n t h e o r i g i n a l g e n e r a t o rC a n y o u g i v e a l i n k t o i t ? N v m , I f o u n d h o w i t w o r k s . P l u s , h e y , - s t a c h e - , w a n t t o b e c o m e a d e v e l o p e r ? Y o u w i l l g e t c r e d i t . T h a n k s f o r a l l y o u r h e l p s o f a r . Y o u m a d e n e w b e t t e r c o l o r s ! A n d t h e s p a c i n g i s o k I g u e s s ? T e s t i n g , t e s t i n g 1 2 3 . . . L o l . T h a n k s f o r y o u r h e l p , - s t a c h e - ! H e y , t h e c o d e i s g e t t i n g r e a l l y l o n g . : P
- -stache-
-
Scratcher
500+ posts
Start a new forum signature trend
W e c o u l d e i t h e r p u t i t i n b o l d t a g s o r m a k e t h e c o l o r s d a r k e r ( b y c h a n g i n g t h e m i x v a r i a b l e ) .I m a d e t h e n e w c o l o r g e n e r a t o r t h a t m a k e s t h e c o l o r s m o r e v i s i b l e t h a n t h e y w e r e i n t h e o r i g i n a l g e n e r a t o rD o y o u t h i n k t h e g e n e r a t o r ( t h a t y o u m a d e v e r y w e l l , I c r e d i t e d y o u o n t h e p a g e w h i l e a l s o a d d e d a l i v e u p d a t e ) s h o u l d p u t b o l d t a g s f o r t h e B B C o d e v e r s i o n ? T h i s m a k e s t h e c o l o u r s s t a n d o u t e v e n b e t t e r ! W h a t d o y o u t h i n k ? A l s o , I w i l l s h o r t l y r e o v e c o l o u r t a g s a r o u n d w h i t e s p a c e c h a r a t e r s a n d m a k e t h e l i v e u p d a t e s h o w e x t r a w h i t e s p a c e s a s & n b s p ;
Last edited by -stache- (July 18, 2016 17:07:11)
- f1lip
-
Scratcher
1000+ posts
Start a new forum signature trend
W a i t , - s t a c h e - i s @ M a c i e 1 2 3 4 ? @ J 1 - M a k e y o u s u r e y o u g i v e c r e d i t t o m e - I m a d e t h e s u g g e s t i o n w h i c h i n s p i r e d y o u . A s f o r e v e r y t h i n g e l s e - S c r a t c h O n ! P l u s , I ' m m a k i n g a n A T T o p i c . : P
I n t h e t e x t e n g i n e , t h e c o l o r s l o o k s s p a c e d r e a l l y g o o d o n t h e g e n e r a t o r w e b p a g e , o n S c r a t c h t h e s p a c i n g m e s s e s u p a b i t . C a n y o u f i x t h a t ?
L o l r a i n b o w c h a t
I n t h e t e x t e n g i n e , t h e c o l o r s l o o k s s p a c e d r e a l l y g o o d o n t h e g e n e r a t o r w e b p a g e , o n S c r a t c h t h e s p a c i n g m e s s e s u p a b i t . C a n y o u f i x t h a t ?
L o l r a i n b o w c h a t
- jokebookservice1
-
Scratcher
1000+ posts
Start a new forum signature trend
W a i t , - s t a c h e - i s @ M a c i e 1 2 3 4 ? @ J 1 - M a k e y o u s u r e y o u g i v e c r e d i t t o m e - I m a d e t h e s u g g e s t i o n w h i c h i n s p i r e d y o u . A s f o r e v e r y t h i n g e l s e - S c r a t c h O n ! P l u s , I ' m m a k i n g a n A T T o p i c . : PI s t h i s s p a m ? L o l . A n y w a y : T h e p a c i n g p r o b l e m s c o u l d b e b e c a u s s e I u s e a n o n - b r e a k i n g s p a c e w h i l e S c r a t c h m i g h t u s e a r e g u k l a r s p a c e ? N o t s u r e t h o u g h . L o o k s l i k e i t m a k e s t h e t h i n g o n t h e w e b s i t e m e s u p . I ' l l s e e w h a t I c a n d o .
I n t h e t e x t e n g i n e , t h e c o l o r s l o o k s s p a c e d r e a l l y g o o d o n t h e g e n e r a t o r w e b p a g e , o n S c r a t c h t h e s p a c i n g m e s s e s u p a b i t . C a n y o u f i x t h a t ?
L o l r a i n b o w c h a t
- -stache-
-
Scratcher
500+ posts
Start a new forum signature trend
Pacing???W a i t , - s t a c h e - i s @ M a c i e 1 2 3 4 ? @ J 1 - M a k e y o u s u r e y o u g i v e c r e d i t t o m e - I m a d e t h e s u g g e s t i o n w h i c h i n s p i r e d y o u . A s f o r e v e r y t h i n g e l s e - S c r a t c h O n ! P l u s , I ' m m a k i n g a n A T T o p i c . : PI s t h i s s p a m ? L o l . A n y w a y : T h e p a c i n g p r o b l e m s c o u l d b e b e c a u s s e I u s e a n o n - b r e a k i n g s p a c e w h i l e S c r a t c h m i g h t u s e a r e g u k l a r s p a c e ? N o t s u r e t h o u g h . L o o k s l i k e i t m a k e s t h e t h i n g o n t h e w e b s i t e m e s u p . I ' l l s e e w h a t I c a n d o .
I n t h e t e x t e n g i n e , t h e c o l o r s l o o k s s p a c e d r e a l l y g o o d o n t h e g e n e r a t o r w e b p a g e , o n S c r a t c h t h e s p a c i n g m e s s e s u p a b i t . C a n y o u f i x t h a t ?
L o l r a i n b o w c h a t
- jokebookservice1
-
Scratcher
1000+ posts
Start a new forum signature trend
Spacing. I am now using breaking whitespace entities that might solve it?Pacing???W a i t , - s t a c h e - i s @ M a c i e 1 2 3 4 ? @ J 1 - M a k e y o u s u r e y o u g i v e c r e d i t t o m e - I m a d e t h e s u g g e s t i o n w h i c h i n s p i r e d y o u . A s f o r e v e r y t h i n g e l s e - S c r a t c h O n ! P l u s , I ' m m a k i n g a n A T T o p i c . : PI s t h i s s p a m ? L o l . A n y w a y : T h e p a c i n g p r o b l e m s c o u l d b e b e c a u s s e I u s e a n o n - b r e a k i n g s p a c e w h i l e S c r a t c h m i g h t u s e a r e g u k l a r s p a c e ? N o t s u r e t h o u g h . L o o k s l i k e i t m a k e s t h e t h i n g o n t h e w e b s i t e m e s u p . I ' l l s e e w h a t I c a n d o .
I n t h e t e x t e n g i n e , t h e c o l o r s l o o k s s p a c e d r e a l l y g o o d o n t h e g e n e r a t o r w e b p a g e , o n S c r a t c h t h e s p a c i n g m e s s e s u p a b i t . C a n y o u f i x t h a t ?
L o l r a i n b o w c h a t






