Valhalla Legends Forums Archive | General Programming | Color Pallette

AuthorMessageTime
CrAz3D
I'm tryin to make a color pallette, ne suggestions on how on earth to do this? (vb6.0)
June 18, 2003, 3:42 AM
iago
"any" is only one character longer than "ne" .. what's the point?
June 18, 2003, 3:51 AM
CrAz3D
really
June 18, 2003, 4:01 AM
Grok
[quote author=iago link=board=5;threadid=1656;start=0#msg12556 date=1055908265]
"any" is only one character longer than "ne" .. what's the point?
[/quote]


Give him a break! He was "tryin"!
June 18, 2003, 10:29 AM
Yoni
How is a color palette* any more complicated than an array of RGB values (or other types of values, in the cases of non-RGB or non-24-bit), which may or may not be written in a file?
June 18, 2003, 12:41 PM
MesiaH
perhaps thats what he is looking for? :P
June 29, 2003, 3:51 AM
Camel
[quote author=Yoni link=board=5;threadid=1656;start=0#msg12579 date=1055940073]
How is a color palette* any more complicated than an array of RGB values (or other types of values, in the cases of non-RGB or non-24-bit), which may or may not be written in a file?
[/quote]

The biggest problem with vb is that while it can teach a user to think of charactors as being represented as numbers (ascii codes), it doesn't generally allow much room for an end user to realise that numbers can be represented as charactors in exactly the same way -- or at least provide a reason to realize such a thing.

[edit] That is, the biggest problem IMO when it comes to "real" programming such as with sockets or otherwise when numerical data must be transferred. :)
June 29, 2003, 5:59 AM
MesiaH
not really camel, anybody whos worked with winsock, or servers, or really just anything creative, prolly knows thats how its works..
June 30, 2003, 8:21 AM
Camel
[quote author=MesiaH link=board=5;threadid=1656;start=0#msg13272 date=1056961277]
not really camel, anybody whos worked with winsock, or servers, or really just anything creative, prolly knows thats how its works..
[/quote]
I didn't say it's impossible to do, but it lets face it, sockets clearly were never intended to be one of VB's shining features. VB was designed for the programmer on the go. It doesnt even have unsigned variables!
June 30, 2003, 11:11 PM
St0rm.iD
[quote author=Camel link=board=5;threadid=1656;start=0#msg13354 date=1057014717]
[quote author=MesiaH link=board=5;threadid=1656;start=0#msg13272 date=1056961277]
not really camel, anybody whos worked with winsock, or servers, or really just anything creative, prolly knows thats how its works..
[/quote]
I didn't say it's impossible to do, but it lets face it, sockets clearly were never intended to be one of VB's shining features. VB was designed for the programmer on the go. It doesnt even have unsigned variables!
[/quote]

Nor do several other languages which are used in failsafe environments every day.
July 2, 2003, 9:37 AM

Search