Author Topic: Colorset Issues  (Read 907 times)

Code: [Select]
176 23 31 //Indian Red
220 20 60 //Crimson
255 182 193 // Light Pink
238 58 140 //Hot Pink
205 16 118 //Deep Pink
139 0 139 //Magenta
DIV:Erin01's Colors

0 139 69 //Dark Green 1
61 145 64 //Cobalt Green
0 100 0 //Dark Green 2
255 165 0 //Orange
255 222 173 //Dark Tan
255 239 213 //Light Tan
DIV:Kyle98's Colors

255 255 255 //White
245 245 245 //Off-White
211 211 211 //Light Grey
192 192 192 //Silver
169 169 169 //Dark Grey
128 128 128 //Grey
105 105 105 //Dimgrey
0 0 0 //Black
DIV:Greys

255 0 0 128 //Red
255 127 127 128 //Pink
0 255 0 128 //Green
165 255 127 128 //Light Green
0 0 255 128 //Blue
127 146 255 128 //Cerulean
127 0 0 128 //Maroon
38 127 0 128 //Dark Green
0 19 127 128 //Dark Blue
DIV:Primary Trans




Can someone help me with this when I load it it works and it looks good but I go into my server and you cant see all the colors their all transparent


Note* Don't worry this wont be released its just a Private Colorset I am making for a friend

Add 255 at the end of the colors you want opaque (not transparent).

Code: [Select]
176 23 31 255 //Indian Red
220 20 60 255 //Crimson
255 182 193 255 // Light Pink
238 58 140 255 //Hot Pink
205 16 118 255 //Deep Pink
139 0 139 255 //Magenta
DIV:Erin01's Colors

0 139 69 255 //Dark Green 1
61 145 64 255 //Cobalt Green
0 100 0 255 //Dark Green 2
255 165 0 255 //Orange
255 222 173 255 //Dark Tan
255 239 213 255 //Light Tan
DIV:Kyle98's Colors

255 255 255 255 //White
245 245 245 255 //Off-White
211 211 211 255 //Light Grey
192 192 192 255  //Silver
169 169 169 255 //Dark Grey
128 128 128 255//Grey
105 105 105 255 //Dimgrey
0 0 0 //Black
DIV:Greys

255 0 0 128 //Red
255 127 127 128 //Pink
0 255 0 128 //Green
165 255 127 128 //Light Green
0 0 255 128 //Blue
127 146 255 128 //Cerulean
127 0 0 128 //Maroon
38 127 0 128 //Dark Green
0 19 127 128 //Dark Blue
DIV:Primary Trans

Try that.

Apparently not it still showed up as Transparent


Fixed. Also, as you will notice, the white and black are too white/black. Been there done that.

Code: [Select]
176 23 31 255 //Indian Red
220 20 60 255 //Crimson
255 182 193 255 // Light Pink
238 58 140 255 //Hot Pink
205 16 118 255 //Deep Pink
139 0 139 255 //Magenta
DIV:Erin01's Colors

0 139 69 255 //Dark Green 1
61 145 64 255 //Cobalt Green
0 100 0 255 //Dark Green 2
255 165 0 255 //Orange
255 222 173 255 //Dark Tan
255 239 213 255 //Light Tan
DIV:Kyle98's Colors

255 255 255 255 //White
245 245 245 255 //Off-White
211 211 211 255 //Light Grey
192 192 192 255 //Silver
169 169 169 255 //Dark Grey
128 128 128 255 //Grey
105 105 105 255 //Dimgrey
0 0 0 255 //Black
DIV:Greys

255 0 0 128 //Red
255 127 127 128 //Pink
0 255 0 128 //Green
165 255 127 128 //Light Green
0 0 255 128 //Blue
127 146 255 128 //Cerulean
127 0 0 128 //Maroon
38 127 0 128 //Dark Green
0 19 127 128 //Dark Blue
DIV:Primary Trans

Ok let me test I will get back to you in a moment

Works great thx so much what was the problem?

You need 4 values for each color. Red, green, blue and alpha. 255 255 0 128 would be 50% transparent yellow and 0 255 0 255 is solid green.

Ok thx a bunch LOCKING!

Code: [Select]
255 0 0 255
255 215 0 255
255 140 0 255
85 85 85 255
244 244 244 255
234 234 234 255
142 142 142 255
[color=red]234 234 234 0[/color]
DIV:98 Standards

255 255 255 255
245 245 245 255
220 220 220 255
211 211 211 255
192 192 192 255
169 169 169 255
128 128 128 255
105 105 105 255
0 0 0 255
[color=red]128 128 128 0[/color]
DIV:98 Darks

0 255 0 255
0 238 0 255
0 205 0 255
0 139 0 255
0 128 0 255
0 100 0 255
[color=red]0 255 0 0[/color]
DIV:98 Grass and Plants

0 255 255 255
0 238 238 255
0 205 205 255
0 139 139 255
0 128 128 255
0 199 140 255
[color=red]0 255 255 0[/color]
DIV:98 Waters

0 0 255 255
0 0 238 255
0 0 205 255
0 0 139 255
0 0 128 255
25 25 112 255
[color=red]230 230 250 0[/color]
DIV:98 Skys

255 0 0 255
238 0 0 255
205 0 0 255
139 0 0 255
128 0 0 255
[color=red]255 0 0 0[/color]
DIV:98 Brick

255 215 0 255
238 201 0 255
205 173 0 255
139 117 0 255
[color=red]255 215 0 0[/color]
DIV:98 Sun

255 0 255 255
238 0 238 255
205 0 205 255
139 0 139 255
128 0 128 255
255 0 255 255
DIV:98 Lovebug




Back again now um here I highlighted the parts I need help on I want them to be Transparent and Trans the color thats above it.

For one it's "Skies" not "Skys". Also 0 alpha mean 100% transparent ie. invisible. Most people roll with 50% transparent: 128 alpha.

So the very last 0 I would put 128?

Or any other number above 0.