Thread: User-Interface
View Single Post
  #43  
Old 03-04-2005, 03:14 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Since you are dividing an integer with another integer, the result will be an interger. You need to use floating point numbers instead:
Code:
pointGraphColor=(0,61/255.0,136/255.0)
Reply With Quote