forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


VDS Color to RGB

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help
View previous topic :: View next topic  
Author Message
LiquidCode
Moderator Team


Joined: 05 Dec 2000
Posts: 1751
Location: Space and Time

PostPosted: Thu Mar 21, 2002 3:41 pm    Post subject: VDS Color to RGB Reply with quote

How can I convert the VDS colors to RGB colors, my brain hurts! 8O
_________________
Chris
Http://theblindhouse.com
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Tommy
Admin Team


Joined: 16 Nov 2002
Posts: 746
Location: The Netherlands

PostPosted: Thu Mar 21, 2002 4:36 pm    Post subject: Reply with quote

The following is supposed to work, although it of course won't take account alternative colors such as "red" or "ltgreen", it just works with hex/integer colors such as $00123456 or 123456.

Code:

  %%vdscolor = @sum($00123456,0)
  %%hex = @hex(%%vdscolor,8)
  %%blue = @sum($@substr(%%hex,3,4),0)
  %%green = @sum($@substr(%%hex,5,6),0)
  %%red = @sum($@substr(%%hex,7,8),0)
  info VDS color: %%vdscolor@cr()Hex color: %%hex@cr()Red: %%red@cr()Green: %%green@cr()Blue: %%blue



Best regards,

Tommy
Back to top
View user's profile Send private message Send e-mail Visit poster's website
LiquidCode
Moderator Team


Joined: 05 Dec 2000
Posts: 1751
Location: Space and Time

PostPosted: Thu Mar 21, 2002 4:53 pm    Post subject: Reply with quote

Cool, Thanks Tommy.
_________________
Chris
Http://theblindhouse.com
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help All times are GMT
Page 1 of 1

 
Jump to:  
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 can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group