Colour Code
-
:I One issue I:
Image Editor
The colour's RGB variables change while using it, at least it did with my grey scales...
One minute I select 114, 114, 114... and then when i swap colours with the colour picker,( when I say colour picker im referring to the " X " Joycon button function )
looking at the colour wheel, it wants to be 115, 115, 115, and is a different shade...
Not to mention trying to make a lighter grey, such as 123, 123, 123 results it in becoming darker...I could barely make out the colour difference at first but, I double check my work and its a headache to try to be pixel perfect across the board, especially when I want to trust pressing " X " on my previous colour will result in that same colour.
Black is always black, and I couldnt see any noticeable difference in white, so... im assuming its greyscale?
Those are what I've found so far... Got all my layers working properly....
Now i need to work with touch but the Switch just hit 5% battery so.... I'll work on it more later...:I double check work I:
:I can't notice a divide symbol I:
#HeWillNotDivideUsGood program otherwise, I believe my next steps are the UI...
And I enjoy the mess of code that comes from it... I like flipping switches I: -
The color values are 0 to 1 (e.g., 0.55, 0.611, 1.0, 0.1). In their help sample code, they divide the numbers they used by 100.
If you’re going with 256 values range, instead of {114,114,114,1}, try {0.445,0.445,0.445,1}.
-
oh... duh...
still, Image editor has inconsistencies, and I dont know how to explain that...
spose'd to get update soon I guess...
idk why my mind read that as multiplication though... I guess i was just expecting the same as Image Editor...
-
@Alexander said in Colour Code:
oh... duh...
still, Image editor has inconsistencies, and I dont know how to explain that...
spose'd to get update soon I guess...
idk why my mind read that as multiplication though... I guess i was just expecting the same as Image Editor...
I can confirm that the Image Editor's color picking is off. Attempted to make an RGBA value in it of { 0, 112, 236, 255 }, but after I set it and go right back into the picker, it showed { 0, 42, 215, 255 }, a value quite different from what I set. Only noticed it after I made some images, and attempted to use this same color as a background color via
clear()
so my images sort of blended in with having parts of them transparent, but saw that it didn't because the colors were different. -
This issue is still in the latest version, you pick a color, go back to the color picker and it is way different