Gizmo isosurface color in Igor 7

Hey guys,

When I add an isosurface to a gizmo (via menu) and chose "Draw cloud" and select pink (or black or green or blue) as color in the dialogue, Igor 7 adds the cloud for the isosurface, but in blue.

The command line contains the color of a previous setting. Manually changing the color in the command line yields.... blue.

<code>ModifyGizmo ModifyObject=isoSurface0,objectType=isoSurface,property={ fillMode,4}, property={ lineColor,1,0,0.8,0}</code>

Am I missing something or is this covered in "Gizmo improvements in Igor 9"?

Cheers,
HJ

 

Hello Hans,

Your IP7 is somewhat old at this stage. 

To set the cloud color (for example green) you can execute the command:

ModifyGizmo ModifyObject=isoSurface0,objectType=isoSurface,property={ lineColor,0,1,0,1}

Make sure that your object name is used where isoSurface0 appears above.

HTH,

A.G.

Hi A.G.

I know it's not the newest version but it's still doing a good job ;-)

The 'green' example gives a blue cloud as well. I guess I'll have to live with it for the moment.

Thank you!