Author Topic: How to make a colorset?  (Read 1333 times)

Hiya, I'm just posting this quick thread for an example or tutorial on how to make a simple colorset.

(1); How do I use RGB and where do I get?
(2); How do I package the file properly?

Pardon me if this is in the wrong topic. I didn't really have a clue on where to put this.
Anyways, I would greatly appreciate the help. :)




Use hex, I find it easier.


Pardon me if this is in the wrong topic. I didn't really have a clue on where to put this.
Help. Was it that hard?

What is "hex"?
Hex color code. Google.

Use hex, I find it easier.
What the forget are you talking about?


Help. Was it that hard?
Hex color code. Google.
Eh... Oh well.

Now do I use any program to make the colorset? :I

This is part of a color set code:
Code: [Select]
255 255 204 255
26 0 51 255
51 153 153 255
138 184 0 255
255 209 71 255
51 0 153 255
71 0 214
DIV: Others
So on and so on.

//|Red|  |Green|  |Blue|  |Trans|
    255      255        255     255
DIV:Test1

This is how it works.

Now do I use any program to make the colorset? :I
Notepad.

//|Red|  |Green|  |Blue|  |Trans|
    255      255        255     255
DIV:Test1

This is how it works.
nope

open up a previous colorset

to get colors, simply go into MS Paint and hit

Colors
Edit Colors
Define Custom Colors

then move the dial and the target around to get the colors you like.


//|Red|  |Green|  |Blue|  |Trans|
    255      255        255     255
DIV:Test1

This is how it works.
Notepad.

Is that what I'm supposed to enter in?

So you don't use RGBT?
well you dont put //|Red|  |Green|  |Blue|  |Trans|