Author Topic: Color set  (Read 594 times)

Hey can some one tell me if i have made this correctley so i will no i cant try until 3 days and thats a long time to wonder D: thanks Here

Code: [Select]
0.255 0.000 0.000 1.000
0.255 0.174 0.000 1.000
0.204 0.000 0.000 1.000
0.170 0.000 0.000 1.000
0.144 0.000 0.000 1.000
0.118 0.000 0.000 1.000
0.000 0.000 0.000 1.000
DIV:Red Scale

0.172 0.255 0.255 1.000
0.172 0.212 0.255 1.000
0.80 0.146 0.255 1.000
0.80 0.78 0.255 1.000
0.80 0.76 0.140 1.000
0.46 0.38 0.108 1.000
0.46 0.38 0.36 1.000
DIV:Blue Scale






colorsets are literally just lists of RGB values

so no, that isn't exactly right.

colorsets are literally just lists of RGB values

so no, that isn't exactly right.
k but im not done with it whats wrong?

k but im not done with it whats wrong?
It looks like you're trying to use decimal instead of RGB.

instead of 0.255 0.000 0.000 1.000

do

255 0 0 255


It looks like you're trying to use decimal instead of RGB.

instead of 0.255 0.000 0.000 1.000

do

255 0 0 255
Decimal 0 to 1, or integers 0 to 255 both work, in fact the default color set uses both. But yeah, it does look like he tried to combine them into a decimal from 0 to 0.255

Anyways, the format looks fine, it should work in game, but the colors themselves aren't. All of the colors are extremely dark (probably due to previously addressed issue), and your blues aren't even blue

Decimal 0 to 1, or integers 0 to 255 both work, in fact the default color set uses both. But yeah, it does look like he tried to combine them into a decimal from 0 to 0.255
Oh, I never knew that!

Decimal 0 to 1, or integers 0 to 255 both work, in fact the default color set uses both. But yeah, it does look like he tried to combine them into a decimal from 0 to 0.255

Anyways, the format looks fine, it should work in game, but the colors themselves aren't. All of the colors are extremely dark (probably due to previously addressed issue), and your blues aren't even blue
k I redo blues red is ok right?

Red has the same problem I believe.