ColorSpectrum Property

 

The ColorSpectrum property returns or sets the ColorSpectrum object for gradient maps. Returns a double.

 

Syntax

object.ColorSpectrum

 

Example

    'ColorSpectrum & LoadFromList

    'Changes the color spectrum used for the gradient map to "Flame"

    GradientMap.ColorSpectrum.LoadFromList("Flame")

 

Used by: GradientMap object