Author Topic: Tutorial BLB color code  (Read 3132 times)

You need use BLB Editor v25 then open BLB file make your model change the color.

black
0 0 0 1
0 0 0 1
0 0 0 1
0 0 0 1

White
1 1 1 1
1 1 1 1
1 1 1 1
1 1 1 1

Red
1 0 0 0
1 0 0 0
1 0 0 0
1 0 0 0

Yellow
1 1 0 0
1 1 0 0
1 1 0 0
1 1 0 0


1 1 0 1
1 1 0 1
1 1 0 1
1 1 0 1 - fixed the color yellow correct by Thorfin25

Green
0 1 0 0
0 1 0 0
0 1 0 0
0 1 0 0

Blue
0 0 1 0
0 0 1 0
0 0 1 0
0 0 1 0

Blue Light
0 1 1 0
0 1 1 0
0 1 1 0
0 1 1 0

Purple
1 0 1 0
1 0 1 0
1 0 1 0
1 0 1 0

Gray
0.5 0.5 0.5 1
0.5 0.5 0.5 1
0.5 0.5 0.5 1
0.5 0.5 0.5 1

Brown
0.38 0.254 0.149 1
0.38 0.254 0.149 1
0.38 0.254 0.149 1
0.38 0.254 0.149 1

I need Brown, Orange, Gray and more the color. If anyone know the color code for blb, please post it then I will add the color to OP.
« Last Edit: July 15, 2014, 10:48:02 PM by Furling² »

Congrats, you learned how to use RGB color. What's the point of this thread?

Congrats, you learned how to use RGB color. What's the point of this thread?
Thank you, In case someone want know what the code color for BLB file. I not see any topic of blb color details, I have decided make thread at here. If you know the color brown and gray, I really need it, please.

You can take any RGB 0-255 color and divide all the fields by 255 to convert it to 0-1.

You can take any RGB 0-255 color and divide all the fields by 255 to convert it to 0-1.
Give me an example color red? I will try figure out to get the color brown and gray.

Red RGB is 255 0 0 to 1 0 0 0?
« Last Edit: June 28, 2014, 04:57:06 PM by Furling² »


I believe this should help you a lot.


Depends on which shade you want. Try 0.38 0.254 0.149 1
0.5 0.5 0.5 1
I love these perfect color! I posted the code at OP.

BLB color codes are the same as colorset color codes.
Both of those are just RGB (Red, Green, Blue).
The last number is the brightness on a scale of 0 to 1.

RGB is measured on a scale between 0 and 255.
If you notice, the BLB is measured on a scale of 0 to 1.
If you take any RGB number and divide by 255, you get BLB.

So, the RGB color, "108 45 199," or purple amethyst, would be
"0.423529 0.176471 0.780392 1," rounded to 1,000,000th.
« Last Edit: July 04, 2014, 07:38:02 PM by AWESOME :D »


Gray
0.5 0.5 0.5 1
0.5 0.5 0.5 1
0.5 0.5 0.5 1
0.5 0.5 0.5 1

Brown
0.38 0.254 0.149 1
0.38 0.254 0.149 1
0.38 0.254 0.149 1
0.38 0.254 0.149 1


I need Brown, Orange, Gray and more the color. If anyone know the color code for blb, please post it then I will add the color to OP.
Please fix the entire OP.

EDIT: This isn't a tutorial. This is a list of colors.
« Last Edit: July 04, 2014, 07:21:31 PM by AWESOME :D »

Please fix the entire OP.

EDIT: This isn't a tutorial. This is a list of colors.
Thank you.

Damn... becuase of yellow is a transparent.

Yellow
1 1 0 0
1 1 0 0
1 1 0 0
1 1 0 0

need chnage to color yellow correct.

RGBA format, try 1 1 0 1

RGBA format, try 1 1 0 1
Thank you very much and I am going add your code color at OP.

Red, green, blue, light blue, and purple are all transparent as well.