Jump to content
Software FX Community

Re: trouble with multiple colours


User (Legacy)

Recommended Posts

thanks for the prompt reply, 

The code i wrote was intended to set the colour manually for each point to

one of the colours I defined, so that all the points in a series were one

colour except for ones failing a criteria test. I cant see where Im going

wrong with this at all.

the line:

cfxdata.Color(i + (seriesmax * j) ) = graphcols(i + 1)

is intended to set a single point to a color, but seems to have no effect.

Ive read the guide and dont see where Im going wrong! Ill take another look

but any hints would be nice

Shaun

Francisco Padron wrote in message ...

>Not useless. What happens when you assign MultipleColors to True is that

>each point will have its own position in the color array. That is why if

you

>do nothing else, you get a rainbow of 16 colors repeated. These are just

the

>default colors which can be changed following the procedure described in

the

>programmer's guide under "Visual Attributes - Handling Colors".

>

>You are free to assign the same color to a group of points.

>

>Frank

>SFX

>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...