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

Red, green, blue, light blue, and purple are all transparent as well.
arrggghh.... Do you mind post the correct color here... then I will update correct the color at OP.

Just change the alpha to 1. The codes go Red Green Blue Alpha, that's why it's called RGBA format.

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


I think you mean 256, since there are 256 possible values.

He means 255. Zero is a value too.