SaveFile [ColorMap, Levels]

SaveFile saves the color spectrum file (CLR) or level file (LVL) to the specified file.

Syntax

object.SaveFile( FileName )

Parameter

Type

Required/

Optional

Default

Description

FileName

String

Required

This provides the path and file name of the file. Include file extension.

Example 1

This example demonstrates how to save a color spectrum file.

ColorMap.SaveFile(FileName:="c:\temp\Personal.clr")

Example 2

This example demonstrates how to save a level file.

Levels.SaveFile(FileName:="c:\temp\Personal.lvl")

Used by: ColorMap object, Levels collection