Author Topic: BLB and Colorset Color Tutorial  (Read 1896 times)

For those of you who don't know how, I'm making a tutorial to
teach you how to make custom colorsets and BLB colors.

First of all, let me tell you what you need.
You will need:
  • An RGB or RGBA color code
  • A Calculator

Make sure your color code is in the correct format.
To check if it is RGB or RGBA, look for the following:
  • There is 3 or 4 seperate numbers. No letters.
  • There are spaces in between the numbers.
  • The first 3 numbers don't go over 255.
  • If there is 4 numbers, the last number doesn't go over 1.

Now, you can usually covert color codes of other type into RGB, such as HEX.
HEX example: #FF0000, RGB: 255 0 0, RGBA: 255 0 0 1.

For more complex HEX's, use an online converter.
HEX example: #6C2DC7, RGB: 108 45 199, RGBA: 108 45 199 1.

If you have any questions, ask them below!

The colorset creator was made so people don't need to know how to manually make one anymore.