Hiya Jiri, I was wondering if you could point me to an online color chart that tells me what VB code means what color? I can’t seem to find one anywhere. I have been making skins and have the basic colors but not the whole spectrum in code and matching color. Eg: Black = &H000000& and so on.
Thx in advance.
_________________ Regards, Gunny.
Jiri-Fojtasek Site Admin
Joined: Feb 02, 2003
Posts: 1737
Location: Slovakia
Posted:
Sun Feb 16, 2003 5:17 pm
Gunny wrote:
Hiya Jiri, I was wondering if you could point me to an online color chart that tells me what VB code means what color? I can’t seem to find one anywhere. I have been making skins and have the basic colors but not the whole spectrum in code and matching color. Eg: Black = &H000000& and so on.
Thx in advance.
Hello Gunny
Its BlueGreenRed hexadecimal coding:
blue &HFF0000&
green &H00FF00&
red &H0000FF&
yellow &H00FFFF&
white &HFFFFFF&
.
.
.
etc
View next topic View previous topic
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum