This is all possible FILT color created using ctype. 1620 colors. Generator source: https://pastebin.com/raw/EZKrw5DV
Comments
-
In RGB color system if you set only first bit to 1 you will get dark blue while there you will get full bright blue
-
Yes bits from 2^1~2^8 have exactly same color and if you combine them together you will still have same blue color. That result of loss 32832 colors
-
done in this thread*
-
huh, i thought you colorblind. YOUR COLORS IS PASTEL! i thought, i dont in this thread, you dont understand regular things
-
bits 2^1~2^9 are all blue. try to use cyan-only, green-only, etc. bits. you will get same result.
-
Because such color is not possible using filt ctype. Explanation why its not possible: I said before that bits from 1 to 8 have exactly same colors and it result loss of 511 blue colors. That loss of blue color result of loss many other colors (losing ALL_RGB_COLORS/511=32832 colors !!! it losing 32832 colors only because of bits from 1 to 8). And all other bits causing loss of colors
-
most of colors in ur pallete is pastel! where contrast, depth, etc?! its possible, belive me.
-
tou anyway have not all colors. WHERE WHITE, GRAY, BLACK (idk if its possible), negative values?! dark-green, red, blue, etc?!
-
See function "wavelengthToDecoColour" in source code to understand that ctype is not RGB
-
filt with ctype 1 will have color 0000FF and filt with ctype 511 will also have 0000FF color