ObliqueSliceColormap Option

 

The ObliqueSliceColormap option changes the color map used with the oblique image. The OptionValue is a color map name. This option is only available if the ObliqueSliceMapping is set to 1.

 

Syntax

object.Construct(“CreateModule”)

object.Option(“SourceModule”, “data file name”)

object.Option(“Type”, “ObliqueImage”)

object.Do() or object.DoOnce()

 

object.Construct(“ModifyModule”)

object.Option(“Module”, “ObliqueImage”)

object.Option(“ObliqueSliceColormap”, “OptionValue”)

object.Do() or object.DoOnce()

 

Example

This example changes the oblique image color map to Rainbow.

 

  CommandApi.Construct("ModifyModule")

  CommandApi.Option("Module","ObliqueImage")

  CommandApi.Option("ObliqueSliceColormap", "Rainbow")

  CommandApi.Do()

 

Used by: ObliqueSlice

 

 

See Also

Automation Model