Bug 164251

Summary: The constructor of the ColorSequence Class returns error
Product: [Applications] kst Reporter: Yiwen Mao <yiwenv>
Component: scriptingAssignee: kst
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 1.x   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Yiwen Mao 2008-06-16 21:39:25 UTC
Version:           1.7.0 (using KDE 4.0.1)
Installed from:    Unspecified
Compiler:          Fedora 6 
OS:                Linux

When using the constructor of the ColorSequence class, it returns error as shown below.

kst> c=new ColorSequence()
Error: ReferenceError: Can't find variable: ColorSequence
Comment 1 Andrew Walker 2008-06-17 01:27:19 UTC
The ColorSequence cannot be created directly.

Instead it is always accessed using:

Kst.colors