![]() |
|
#33
|
|||
|
|||
|
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) |
|
|