SoaSE Color Codes

Hi, 1st post here. Ive looked around and can not find the color codes that SoaSE uses. i know its not html color code.

SoaSE EX: color yellow.....  ffffc600

HTML EX: color yellow.... ffff00


thank ahead of time.
3,853 views 5 replies
Reply #1 Top
I think the two extra ones are alpha (generally transparency), but what confuses me is why there are sometimes capitalized, and I don't remember the explanation.
Reply #2 Top
It is usualy transparancy (the first two letters).

The rest is a simple hex number for colour.
Reply #3 Top
i dont think i understand you.

i just got into modding. Im trying to make Other star colors like purple or black...


TXT
entityType "Star"
coronaStartColor ffffc600 <--- what im confused on
coronaEndColor fff74918 <---
coronaStartColorDistance 0.000000
coronaEndColorDistance 1.000000
farIcon "HUDICON_SOLARSYSTEM_PURPLE"
Reply #4 Top
there's nothing to be confused about

first two are transparency and are usually ff because you don't want transparency
the rest is the same hex as used in html, etc